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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
d76d8974
Commit
d76d8974
authored
Jan 18, 2015
by
Carlos Ribeiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to single-quoted strings in help_pages_spec
parent
714ef622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spec/features/help_pages_spec.rb
spec/features/help_pages_spec.rb
+4
-4
No files found.
spec/features/help_pages_spec.rb
View file @
d76d8974
require
'spec_helper'
describe
"Help Pages"
,
feature:
true
do
describe
"Show SSH page"
do
describe
'Help Pages'
,
feature:
true
do
describe
'Show SSH page'
do
before
do
login_as
:user
end
it
"replace the variable $your_email with the email of the user"
do
visit
help_page_path
(
category:
"ssh"
,
file:
"ssh.md"
)
it
'replace the variable $your_email with the email of the user'
do
visit
help_page_path
(
category:
'ssh'
,
file:
'ssh.md'
)
page
.
should
have_content
(
"ssh-keygen -t rsa -C
\"
#{
@user
.
email
}
\"
"
)
end
end
...
...
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