fa34901237
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
9 lines
313 B
Gherkin
9 lines
313 B
Gherkin
@dashboard
|
|
Feature: Dashboard Help
|
|
Background:
|
|
Given I sign in as a user
|
|
And I visit the "Rake Tasks" help page
|
|
|
|
Scenario: The markdown should be rendered correctly
|
|
Then I should see "Rake Tasks" page markdown rendered
|
|
And Header "Rebuild project satellites" should have correct ids and links
|