blob: 02ec688f8046b81de127c27fa704d630df7e3d07 (
plain)
1
2
3
4
5
6
7
8
|
Feature: 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
|