diff options
author | Semyon Pupkov <mail@semyonpupkov.com> | 2017-01-03 23:45:42 +0500 |
---|---|---|
committer | Semyon Pupkov <mail@semyonpupkov.com> | 2017-01-03 23:48:49 +0500 |
commit | 9af81a5a0a366e04319db2d181d555c171db5b22 (patch) | |
tree | 5b1a4d64e04fec1084bb74255c166bc534440367 /features/steps | |
parent | 5136e72c31681e8c443074ed1443db4cb69e8fbe (diff) | |
download | gitlab-ce-9af81a5a0a366e04319db2d181d555c171db5b22.tar.gz |
Move dashboard active tab spinach test to rspec
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
Diffstat (limited to 'features/steps')
-rw-r--r-- | features/steps/dashboard/active_tab.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/features/steps/dashboard/active_tab.rb b/features/steps/dashboard/active_tab.rb deleted file mode 100644 index 04fe96cef22..00000000000 --- a/features/steps/dashboard/active_tab.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps - include SharedAuthentication - include SharedPaths - include SharedSidebarActiveTab -end |