mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Merge pull request #359 from sivagollapalli/doc_fix
FIX# Changed from MiniTest to Minitest
This commit is contained in:
commit
cc30aa8e10
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ end
|
|||
```ruby
|
||||
DatabaseCleaner.strategy = :transaction
|
||||
|
||||
class MiniTest::Spec
|
||||
class Minitest::Spec
|
||||
before :each do
|
||||
DatabaseCleaner.start
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue