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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/refinery.rb b/spec/support/refinery.rb
index d761787..575ac2b 100644
--- a/spec/support/refinery.rb
+++ b/spec/support/refinery.rb
@@ -1,5 +1,7 @@
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