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

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