From eca7a1a591abcae796aa4b8f168d9f313fdfffb0 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Thu, 11 Aug 2011 03:08:12 -0700 Subject: Remove spork as a development dependency Add spork to development & test group in Gemfile Fix ControllerMacros and RequestMacros namespace in refinery support file --- spec/support/refinery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/support') diff --git a/spec/support/refinery.rb b/spec/support/refinery.rb index 2b180db..85d28ce 100644 --- a/spec/support/refinery.rb +++ b/spec/support/refinery.rb @@ -3,6 +3,6 @@ require 'refinery/testing/controller_macros' require 'refinery/testing/request_macros' RSpec.configure do |config| - config.extend Refinery::ControllerMacros::Authentication, :type => :controller - config.extend Refinery::RequestMacros::Authentication, :type => :request + config.extend Refinery::Testing::ControllerMacros::Authentication, :type => :controller + config.extend Refinery::Testing::RequestMacros::Authentication, :type => :request end -- cgit v1.2.3