mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
fix typo in steps
This commit is contained in:
parent
e0f5cf51ad
commit
b90aee8457
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ When "I run my scenarios that rely on clean databases" do
|
|||
end
|
||||
|
||||
When "I run my scenarios that rely on clean databases using multiple orms" do
|
||||
@feature_runner.go 'example_multiple_orms'
|
||||
@feature_runner.go 'example_multiple_orm'
|
||||
end
|
||||
|
||||
Then "I should see all green" do
|
||||
|
|
Loading…
Reference in a new issue