spec/fake_gem.rb in kaminari-0.13.0 vs spec/fake_gem.rb in kaminari-0.14.0

- old
+ new

@@ -1,6 +1,4 @@ # Simulate a gem providing a subclass of ActiveRecord::Base before the Railtie is loaded. -require 'active_record' - class GemDefinedModel < ActiveRecord::Base end