From 4577f788e5163fc8ae8ab2d5514f18bc4afaef69 Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Fri, 28 Oct 2011 12:13:16 -0700 Subject: No need to explicitly call load_factories for Refinery::Testing --- spec/support/refinery.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec') diff --git a/spec/support/refinery.rb b/spec/support/refinery.rb index 575ac2b..d761787 100644 --- a/spec/support/refinery.rb +++ b/spec/support/refinery.rb @@ -1,7 +1,5 @@ require 'refinerycms-testing' -Refinery::Testing.load_factories - RSpec.configure do |config| config.extend Refinery::Testing::ControllerMacros::Authentication, :type => :controller config.extend Refinery::Testing::RequestMacros::Authentication, :type => :request -- cgit v1.2.3