aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/refinery.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/refinery.rb')
-rw-r--r--spec/support/refinery.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/support/refinery.rb b/spec/support/refinery.rb
deleted file mode 100644
index d761787..0000000
--- a/spec/support/refinery.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-require 'refinerycms-testing'
-
-RSpec.configure do |config|
- config.extend Refinery::Testing::ControllerMacros::Authentication, :type => :controller
- config.extend Refinery::Testing::RequestMacros::Authentication, :type => :request
-end