previous fix fixed correctly now

This commit is contained in:
Zhomart Mukhamejanov 2014-10-06 14:21:22 -07:00
parent 1fbbbaefd8
commit b81bf44dc1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
unless ::Rails::VERSION::STRING >= '4'
unless ::ActiveSupport::VERSION::STRING >= '4'
describe 'Ransack' do
it 'can be required without errors' do
output = `bundle exec ruby -e "require 'ransack'" 2>&1`