From f1c24f40f9add4aa5ee90b6e3bf1109c4a0d7a2c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 12 Mar 2013 14:10:20 +0200 Subject: [PATCH] fix spinach after #3196 --- features/steps/dashboard/dashboard_projects.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/dashboard/dashboard_projects.rb b/features/steps/dashboard/dashboard_projects.rb index de471ebd8cc..670e25a97a4 100644 --- a/features/steps/dashboard/dashboard_projects.rb +++ b/features/steps/dashboard/dashboard_projects.rb @@ -1,4 +1,4 @@ -class Dashboard < Spinach::FeatureSteps +class DashboardProjects < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedProject