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/hooks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/project/hooks.rb') diff --git a/features/steps/project/hooks.rb b/features/steps/project/hooks.rb index 2bd383676e7..79a51020568 100644 --- a/features/steps/project/hooks.rb +++ b/features/steps/project/hooks.rb @@ -1,6 +1,6 @@ require 'webmock' -class ProjectHooks < Spinach::FeatureSteps +class Spinach::Features::ProjectHooks < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedPaths -- cgit v1.2.1