Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jan 14, 2011
1 parent 2f20ea9 commit 2a1ed3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions features/cucumber_testing.feature
Expand Up @@ -39,7 +39,7 @@ Feature: test a diesel engine using cucumber
end
"""

Scenario: create a disel engine and test using cucumber
Scenario: create a diesel engine and test using cucumber
When I write to "features/hello.feature" with:
"""
Feature: say hello
Expand Down Expand Up @@ -67,7 +67,7 @@ Feature: test a diesel engine using cucumber
1 scenario (1 passed)
"""

Scenario: create a disel engine that redirects to the root url
Scenario: create a diesel engine that redirects to the root url
When I write to "features/hello.feature" with:
"""
Feature: say hello
Expand Down
2 changes: 1 addition & 1 deletion features/rails_rake_tasks_and_generators.feature
@@ -1,7 +1,7 @@
@disable-bundler
Feature: use Rails rake tasks when developing a diesel application

Scenario: create a disel engine and use Rails rake tasks
Scenario: create a diesel engine and use Rails rake tasks
Given a directory named "testengine"
When I cd to "testengine"
And I write to "Gemfile" with:
Expand Down
2 changes: 1 addition & 1 deletion features/rspec_testing.feature
@@ -1,7 +1,7 @@
@disable-bundler
Feature: test a diesel engine using rspec

Scenario: create a disel engine and test using rspec
Scenario: create a diesel engine and test using rspec
Given a directory named "testengine"
When I cd to "testengine"
And I write to "Gemfile" with:
Expand Down

0 comments on commit 2a1ed3e

Please sign in to comment.