fix typo in step

This commit is contained in:
Jon Rowe 2010-05-16 21:55:09 +01:00
parent 201343af63
commit aea1a605e0
1 changed files with 1 additions and 1 deletions

View File

@ -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: