gitlab-org--gitlab-foss/spec/features/projects/wiki
Timothy Andrew 42a00f740b `WikiPage` should have a slug even when not persisted.
1. So we can build the markdown preview URL for it.

2. We can't skip the slug in this case, because the slug is used to
construct relative markdown URLs.

3. Add rspec feature tests to cover creating wiki pages with
   spaces/hyphens in the name.

4. Add rspec feature tests for markdown preview URL rewriting, which was
   only covered by unit tests up to this point.
2016-07-25 09:22:47 +05:30
..
markdown_preview_spec.rb `WikiPage` should have a slug even when not persisted. 2016-07-25 09:22:47 +05:30
user_creates_wiki_page_spec.rb `WikiPage` should have a slug even when not persisted. 2016-07-25 09:22:47 +05:30
user_updates_wiki_page_spec.rb