Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !8585

Merged
Created 10 years ago by Administrator@rootOwner

Fix the email variable substituation in ssh help page

  • Overview 9
  • Commits 2
  • Changes 2

Created by: duduribeiro

Fixing Issue #7623 (closed) to fix the email variable in help page.

Loading
Loading

  • Administrator
    Administrator @root started a thread on commit d76d8974 10 years ago
    spec/features/help_pages_spec.rb
    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')
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2015-01-18T16:21:37 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit d76d8974 10 years ago
    spec/features/help_pages_spec.rb
    1 require 'spec_helper'
    2
    3 describe 'Help Pages', feature: true do
    4 describe 'Show SSH page' do
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2015-01-18T16:21:37 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit d76d8974 10 years ago
    spec/features/help_pages_spec.rb
    1 require 'spec_helper'
    2
    3 describe 'Help Pages', feature: true do
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2015-01-18T16:21:37 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit d76d8974 10 years ago
    spec/features/help_pages_spec.rb
    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
    • Administrator
      Administrator @root · 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2015-01-18T16:21:37 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    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)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: fpgentil

    :thumbsup:

    By Administrator on 2015-01-16T12:19:18 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: jvanbaarsen

    @duduribeiro Can you please make sure the items commented on by HoundCI are fixed?

    By Administrator on 2015-01-18T14:08:37 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: duduribeiro

    @jvanbaarsen fixed =D.. thanks...

    By Administrator on 2015-01-18T16:22:46 (imported from GitLab project)

  • Administrator
    Administrator @root · 10 years ago
    Owner

    Created by: dzaporozhets

    Thank you

    By Administrator on 2015-01-19T23:01:06 (imported from GitLab project)

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
1
Labels
Ready for Merge
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
participants
Reference:
Source branch: github/fork/duduribeiro/fix_email_in_ssh_help_page

    0 pending comments

Menu

Projects Groups Snippets
Help