Sha256: 5801b0523488c2d8e3aab1e9d23ea73be3db63657d372b087f6556cf0caffd23
Contents?: true
Size: 307 Bytes
Versions: 11
Compression:
Stored size: 307 Bytes
Contents
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
Version data entries
11 entries across 11 versions & 3 rubygems