mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
step definitions for running examples for multiple dbs / orms with different combos
This commit is contained in:
parent
aea1a605e0
commit
e0f5cf51ad
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ When "I run my scenarios that rely on a clean database" do
|
|||
@feature_runner.go 'example'
|
||||
end
|
||||
|
||||
When "I run my scenarios that rely on clean databases using multiple orms" do
|
||||
@feature_runner.go 'example_multiple_orms'
|
||||
When "I run my scenarios that rely on clean databases" do
|
||||
@feature_runner.go 'example_multiple_db'
|
||||
end
|
||||
|
||||
When "I run my scenarios that rely on clean databases using multiple orms" do
|
||||
|
|
Loading…
Reference in a new issue