features/docs/profiles.feature in cucumber-2.1.0 vs features/docs/profiles.feature in cucumber-2.2.0
- old
+ new
@@ -82,13 +82,13 @@
| --no-profile |
Scenario: Overriding the profile's features to run
Given a file named "features/another.feature" with:
"""
- Feature: Just this one should be ran
+ Feature: Just this one should be run
"""
When I run `cucumber -p default features/another.feature`
- Then exactly these features should be ran: features/another.feature
+ Then exactly these features should be run: features/another.feature
Scenario: Overriding the profile's formatter
You will most likely want to define a formatter in your default formatter.
However, you often want to run your features with a different formatter
yet still use the other the other arguments in the profile. Cucumber will