mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Change to single-quoted strings in help_pages_spec
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user