summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-18 20:25:46 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 12:12:05 -0200
commita57bf9bd39816cebec5da3da35a1aabbf7462069 (patch)
treee15c5fd7f02b7cc008ff9035a16e76c76aa710d4 /features
parentfc3f8a8ff75a09aae62b2a56c7f78fd9d21d2af3 (diff)
downloadgitlab-ce-a57bf9bd39816cebec5da3da35a1aabbf7462069.tar.gz
Rename menu item and page 'Task queue' to 'Tasks'
Diffstat (limited to 'features')
-rw-r--r--features/dashboard/tasks.feature (renamed from features/dashboard/task_queue.feature)2
-rw-r--r--features/steps/dashboard/tasks.rb (renamed from features/steps/dashboard/task_queue.rb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/features/dashboard/task_queue.feature b/features/dashboard/tasks.feature
index 8972a148289..9d4f386f7dd 100644
--- a/features/dashboard/task_queue.feature
+++ b/features/dashboard/tasks.feature
@@ -1,5 +1,5 @@
@dashboard
-Feature: Dashboard Task Queue
+Feature: Dashboard Tasks
Background:
Given I sign in as a user
And I own project "Shop"
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