aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/refinery.rb
blob: d761787b0f5f79f6b6c46d3c3ee1e774e780a5ad (plain) (blame)
1
2
3
4
5
6
require 'refinerycms-testing'

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