spec/spec_helper.rb in restpack_serializer-0.6.7 vs spec/spec_helper.rb in restpack_serializer-0.6.8

- old
+ new

@@ -8,9 +8,10 @@ Coveralls.wear! FactoryGirl.find_definitions RSpec.configure do |config| config.include FactoryGirl::Syntax::Methods + config.raise_errors_for_deprecations! config.before(:suite) do DatabaseCleaner.clean_with(:truncation) end