1
0
Fork 0
mirror of https://github.com/activerecord-hackery/ransack.git synced 2022-11-09 13:47:45 -05:00
activerecord-hackery--ransack/spec/mongoid/nodes/grouping_spec.rb
2014-08-02 11:08:51 -07:00

13 lines
No EOL
146 B
Ruby

require 'mongoid_spec_helper'
module Ransack
module Nodes
describe Grouping do
before do
@g = 1
end
end
end
end