aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/refinery.rb
blob: 575ac2b25a7b5cc9ae0bc82ef7a0dbd143c57bcb (plain) (blame)
1
2
3
4
5
6
7
8
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
end