diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-10-28 12:13:16 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-10-28 12:13:16 -0700 |
commit | 4577f788e5163fc8ae8ab2d5514f18bc4afaef69 (patch) | |
tree | ba798a4dc2c4d0bdb2ab6fc4c50d092f7190b3ec | |
parent | e01e9ff9b72e7ea2a2dbb03f04169d54dbe60fdf (diff) | |
download | refinerycms-blog-4577f788e5163fc8ae8ab2d5514f18bc4afaef69.tar.gz refinerycms-blog-4577f788e5163fc8ae8ab2d5514f18bc4afaef69.tar.bz2 refinerycms-blog-4577f788e5163fc8ae8ab2d5514f18bc4afaef69.zip |
No need to explicitly call load_factories for Refinery::Testing
-rw-r--r-- | spec/support/refinery.rb | 2 |
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 |