diff options
Diffstat (limited to 'spec/support/refinery.rb')
-rw-r--r-- | spec/support/refinery.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/support/refinery.rb b/spec/support/refinery.rb index 85d28ce..d761787 100644 --- a/spec/support/refinery.rb +++ b/spec/support/refinery.rb @@ -1,6 +1,4 @@ -require 'refinery/testing/factories' -require 'refinery/testing/controller_macros' -require 'refinery/testing/request_macros' +require 'refinerycms-testing' RSpec.configure do |config| config.extend Refinery::Testing::ControllerMacros::Authentication, :type => :controller |