Merge pull request #461 from itsNikolay/remove_readme_whitespaces

Remove extra whitespaces from README
This commit is contained in:
Ernesto Tagwerker 2017-01-10 13:16:08 -05:00 committed by GitHub
commit 05d4d8510b

View file

@ -284,7 +284,7 @@ RSpec.configure do |config|
MSG
end
DatabaseCleaner.clean_with(:truncation)
end
end
config.before(:each) do
DatabaseCleaner.strategy = :transaction
@ -482,7 +482,7 @@ For ActiveRecord, you add the following parameter in your database.yml file:
test:
adapter: postgresql
# ...
min_messages: WARNING
min_messages: WARNING
</pre>
### Nothing happens in JRuby with Sequel using transactions