mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Remove extra whitespaces from README
Not to remove them on copy-paste
This commit is contained in:
parent
de085dd5c6
commit
a9d0d0d3bd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue