aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/refinery.rb
blob: 85d28ce85170912a61f3b13908bf584852c131fb (plain) (blame)
1
2
3
4
5
6
7
8
require 'refinery/testing/factories'
require 'refinery/testing/controller_macros'
require 'refinery/testing/request_macros'

RSpec.configure do |config|
  config.extend Refinery::Testing::ControllerMacros::Authentication, :type => :controller
  config.extend Refinery::Testing::RequestMacros::Authentication, :type => :request
end