aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-10-28 12:13:16 -0700
committerJamie Winsor <jamie@enmasse.com>2011-10-28 12:13:16 -0700
commit4577f788e5163fc8ae8ab2d5514f18bc4afaef69 (patch)
treeba798a4dc2c4d0bdb2ab6fc4c50d092f7190b3ec /spec
parente01e9ff9b72e7ea2a2dbb03f04169d54dbe60fdf (diff)
downloadrefinerycms-blog-4577f788e5163fc8ae8ab2d5514f18bc4afaef69.tar.gz
refinerycms-blog-4577f788e5163fc8ae8ab2d5514f18bc4afaef69.tar.bz2
refinerycms-blog-4577f788e5163fc8ae8ab2d5514f18bc4afaef69.zip
No need to explicitly call load_factories for Refinery::Testing
Diffstat (limited to 'spec')
-rw-r--r--spec/support/refinery.rb2
1 files changed, 0 insertions, 2 deletions
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