mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
13 lines
No EOL
146 B
Ruby
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 |