fix typo in steps

This commit is contained in:
Jon Rowe 2010-05-16 21:56:26 +01:00
parent e0f5cf51ad
commit b90aee8457

View file

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