mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
fix typo in step
This commit is contained in:
parent
201343af63
commit
aea1a605e0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Feature: database cleaning using multiple ORMs
|
|||
Scenario Outline: ruby app
|
||||
Given I am using <ORM1> and <ORM2>
|
||||
|
||||
When I run my scenarios that rely on a clean databases using multiple orms
|
||||
When I run my scenarios that rely on clean databases using multiple orms
|
||||
Then I should see all green
|
||||
|
||||
Examples:
|
||||
|
|
Loading…
Reference in a new issue