diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-09-02 13:34:06 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-09-02 13:35:25 -0700 |
commit | fc68f22858fc485b99836d6b5ce254c67cdabe50 (patch) | |
tree | 21122ece4efa97bd3025071344fb1a582ac574d1 /spec/support | |
parent | 177927497131abc1e860e381e0139cab0a8c60d6 (diff) | |
download | refinerycms-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.rb | 4 |
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 |