Sha256: 1f0505a8a2ee6021930a496b20096ee521aec6d991be32421d08fe1063f8d1fc
Contents?: true
Size: 319 Bytes
Versions: 11
Compression:
Stored size: 319 Bytes
Contents
=begin rails = ::ActiveRecord::VERSION::STRING.first(3) if %w(3.2 4.0 4.1).include?(rails) || rails == '3.1' && RUBY_VERSION < '2.2' 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 end end =end
Version data entries
11 entries across 11 versions & 1 rubygems