From de6c8778f768674a504d5b8a63055060c455d771 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 22 Sep 2014 16:30:25 +0200 Subject: Prefix Spinach features with Spinach::Features::. --- features/steps/project/graph.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/project/graph.rb') diff --git a/features/steps/project/graph.rb b/features/steps/project/graph.rb index 89fe5fdeadf..ea35406445b 100644 --- a/features/steps/project/graph.rb +++ b/features/steps/project/graph.rb @@ -1,4 +1,4 @@ -class ProjectGraph < Spinach::FeatureSteps +class Spinach::Features::ProjectGraph < Spinach::FeatureSteps include SharedAuthentication include SharedProject -- cgit v1.2.1