diff options
| author | Stan Hu <stanhu@gmail.com> | 2016-06-21 07:54:02 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2016-06-21 07:54:02 -0700 |
| commit | 59fc1816d3df8f9ac27542eac46f93ae85e328ae (patch) | |
| tree | deed30e623afc3e4d0218ebd86d9fb2ca37e58a6 /features/steps/shared | |
| parent | 5c9f0896ef3118b4e381e1834073827f42a10feb (diff) | |
| download | gitlab-ce-59fc1816d3df8f9ac27542eac46f93ae85e328ae.tar.gz | |
Rename Repo -> Repositoryrename-code-to-repo
Diffstat (limited to 'features/steps/shared')
| -rw-r--r-- | features/steps/shared/project_tab.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb index 595913ff3d8..d6024212601 100644 --- a/features/steps/shared/project_tab.rb +++ b/features/steps/shared/project_tab.rb @@ -8,8 +8,8 @@ module SharedProjectTab ensure_active_main_tab('Project') end - step 'the active main tab should be Repo' do - ensure_active_main_tab('Repo') + step 'the active main tab should be Repository' do + ensure_active_main_tab('Repository') end step 'the active main tab should be Graphs' do |
