diff options
| -rw-r--r-- | features/steps/dashboard/dashboard_projects.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
