summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
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