aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-09-02 13:34:06 -0700
committerJamie Winsor <jamie@enmasse.com>2011-09-02 13:35:25 -0700
commitfc68f22858fc485b99836d6b5ce254c67cdabe50 (patch)
tree21122ece4efa97bd3025071344fb1a582ac574d1 /spec/support
parent177927497131abc1e860e381e0139cab0a8c60d6 (diff)
downloadrefinerycms-blog-fc68f22858fc485b99836d6b5ce254c67cdabe50.tar.gz
refinerycms-blog-fc68f22858fc485b99836d6b5ce254c67cdabe50.tar.bz2
refinerycms-blog-fc68f22858fc485b99836d6b5ce254c67cdabe50.zip
update and import refinerycms migrations and seeds
update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/refinery.rb4
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