-
- Downloads
Add Spinach coverage for Gollum Wiki system and correct the Delete link.
The previously failing Spinach steps have been fixed with this commit. I have also added new steps that cover the entire usage of the Wiki system. The new Spinach steps revealed a minor bug in the Delete page process. The path for the "Delete this page" button was previously set to `project_wikis_page(@Project, @wiki)` when it should have been using the singular `project_wiki_page(@Project, @wiki)` path helper. The link has been corrected and all steps are now passing.
parent
ea9b3687
No related branches found
No related tags found
Showing
- app/views/wikis/edit.html.haml 2 additions, 2 deletionsapp/views/wikis/edit.html.haml
- features/project/wiki.feature 29 additions, 2 deletionsfeatures/project/wiki.feature
- features/steps/project/project_wiki.rb 60 additions, 4 deletionsfeatures/steps/project/project_wiki.rb
- features/steps/shared/paths.rb 2 additions, 2 deletionsfeatures/steps/shared/paths.rb
- features/support/env.rb 9 additions, 0 deletionsfeatures/support/env.rb
Please register or sign in to comment