blob: d761787b0f5f79f6b6c46d3c3ee1e774e780a5ad (
plain) (
tree)
|
|
require 'refinerycms-testing'
RSpec.configure do |config|
config.extend Refinery::Testing::ControllerMacros::Authentication, :type => :controller
config.extend Refinery::Testing::RequestMacros::Authentication, :type => :request
end
|