spec/spec_helper.rb in ransack-1.8.7 vs spec/spec_helper.rb in ransack-1.8.8
- old
+ new
@@ -35,9 +35,10 @@
}, Active Record #{::ActiveRecord::VERSION::STRING}, Arel #{Arel::VERSION
} and Ruby #{RUBY_VERSION}"
line = '=' * message.length
puts line, message, line
Schema.create
+ SubDB::Schema.create
end
config.before(:all) { Sham.reset(:before_all) }
config.before(:each) { Sham.reset(:before_each) }