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