test/test_helper.rb in ahoy_email-0.5.1 vs test/test_helper.rb in ahoy_email-0.5.2

- old
+ new

@@ -12,7 +12,5 @@ config.active_record.sqlite3.represent_boolean_as_integer = true end end ActionMailer::Base.delivery_method = :test - -ActiveRecord::Base.belongs_to_required_by_default = true if ActiveRecord::VERSION::MAJOR >= 5