diff options
author | Hannes Rosenögger <123haynes@gmail.com> | 2015-04-13 22:09:44 +0200 |
---|---|---|
committer | Hannes Rosenögger <123haynes@gmail.com> | 2015-04-13 22:46:18 +0200 |
commit | a9306613f6502611d6f1eae268e82ed53943fa6c (patch) | |
tree | 5958459ee38b0eedbc5af3a59f70e1cd6305d7a6 /features/steps/dashboard | |
parent | 63f0f6f31508c96f12e6e5c63af500b8cac6d13a (diff) | |
download | gitlab-ce-a9306613f6502611d6f1eae268e82ed53943fa6c.tar.gz |
The help link has been removed. The commit removes the test for it.
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r-- | features/steps/dashboard/active_tab.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb deleted file mode 100644 index 0e2c04fb299..00000000000 --- a/features/steps/dashboard/active_tab.rb +++ /dev/null @@ -1,9 +0,0 @@ -class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps - include SharedAuthentication - include SharedPaths - include SharedActiveTab - - step 'the active main tab should be Help' do - ensure_active_main_tab('Help') - end -end |