diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-18 20:25:46 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 12:12:05 -0200 |
commit | a57bf9bd39816cebec5da3da35a1aabbf7462069 (patch) | |
tree | e15c5fd7f02b7cc008ff9035a16e76c76aa710d4 /features/steps/dashboard | |
parent | fc3f8a8ff75a09aae62b2a56c7f78fd9d21d2af3 (diff) | |
download | gitlab-ce-a57bf9bd39816cebec5da3da35a1aabbf7462069.tar.gz |
Rename menu item and page 'Task queue' to 'Tasks'
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r-- | features/steps/dashboard/tasks.rb (renamed from features/steps/dashboard/task_queue.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/task_queue.rb b/features/steps/dashboard/tasks.rb index 6ff0aff6c21..556aa41bad9 100644 --- a/features/steps/dashboard/task_queue.rb +++ b/features/steps/dashboard/tasks.rb @@ -1,4 +1,4 @@ -class Spinach::Features::DashboardTaskQueue < Spinach::FeatureSteps +class Spinach::Features::DashboardTasks < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject |