Fix the email variable substituation in ssh help page
Created by: duduribeiro
Fixing Issue #7623 (closed) to fix the email variable in help page.
1 require 'spec_helper' 2 3 describe 'Help Pages', feature: true do 4 describe 'Show SSH page' do 5 before do 6 login_as :user 7 end 8 it 'replace the variable $your_email with the email of the user' do 9 visit help_page_path(category: 'ssh', file: 'ssh.md') 1 require 'spec_helper' 2 3 describe 'Help Pages', feature: true do 4 describe 'Show SSH page' do 5 before do 6 login_as :user 7 end 8 it 'replace the variable $your_email with the email of the user' do Created by: TeatroIO
I've prepared a stage to preview changes. Open stage or view logs.
By Administrator on 2015-01-16T01:08:59 (imported from GitLab project)
Please register or sign in to reply