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/snippets.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/project/snippets.rb') diff --git a/features/steps/project/snippets.rb b/features/steps/project/snippets.rb index feae535fbea..273703e0efd 100644 --- a/features/steps/project/snippets.rb +++ b/features/steps/project/snippets.rb @@ -1,4 +1,4 @@ -class ProjectSnippets < Spinach::FeatureSteps +class Spinach::Features::ProjectSnippets < Spinach::FeatureSteps include SharedAuthentication include SharedProject include SharedNote -- cgit v1.2.1