Remove extra whitespaces from README

Not to remove them on copy-paste
This commit is contained in:
Nikolay Ponomarev 2016-10-01 20:19:36 +03:00
parent de085dd5c6
commit a9d0d0d3bd
1 changed files with 2 additions and 2 deletions

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