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