activerecord-hackery--ransack/spec/mongoid/dependencies_spec.rb

9 lines
227 B
Ruby
Raw Normal View History

2014-10-06 21:21:22 +00:00
unless ::ActiveSupport::VERSION::STRING >= '4'
2014-10-06 21:20:43 +00:00
describe 'Ransack' do
it 'can be required without errors' do
output = `bundle exec ruby -e "require 'ransack'" 2>&1`
expect(output).to be_empty
end
2014-08-02 04:06:56 +00:00
end
end