Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
a81002d9
Commit
a81002d9
authored
Jan 02, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wiki tests
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
8a2052c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
features/steps/project/project_markdown_render.rb
features/steps/project/project_markdown_render.rb
+1
-1
features/steps/project/project_wiki.rb
features/steps/project/project_wiki.rb
+1
-1
No files found.
features/steps/project/project_markdown_render.rb
View file @
a81002d9
...
@@ -124,7 +124,7 @@ class Spinach::Features::ProjectMarkdownRender < Spinach::FeatureSteps
...
@@ -124,7 +124,7 @@ class Spinach::Features::ProjectMarkdownRender < Spinach::FeatureSteps
Then
'I see new wiki page named test'
do
Then
'I see new wiki page named test'
do
current_path
.
should
==
project_wiki_path
(
@project
,
"test"
)
current_path
.
should
==
project_wiki_path
(
@project
,
"test"
)
page
.
should
have_content
"Editing
page
"
page
.
should
have_content
"Editing"
end
end
When
'I go back to wiki page home'
do
When
'I go back to wiki page home'
do
...
...
features/steps/project/project_wiki.rb
View file @
a81002d9
...
@@ -25,7 +25,7 @@ class ProjectWiki < Spinach::FeatureSteps
...
@@ -25,7 +25,7 @@ class ProjectWiki < Spinach::FeatureSteps
page
.
should
have_content
"link test"
page
.
should
have_content
"link test"
click_link
"link test"
click_link
"link test"
page
.
should
have_content
"Editing
page
"
page
.
should
have_content
"Editing"
end
end
Given
'I have an existing Wiki page'
do
Given
'I have an existing Wiki page'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment