9 lines
147 B
Ruby
9 lines
147 B
Ruby
# frozen_string_literal: true
|
|
|
|
include Warden::Test::Helpers
|
|
|
|
RSpec.configure do |config|
|
|
config.before(:all) do
|
|
Warden.test_mode!
|
|
end
|
|
end
|