Improve testing setup
This commit is contained in:
@@ -15,3 +15,7 @@ module ActionDispatch
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def skip_authentication
|
||||
allow(Calligraphy).to receive(:enable_digest_authentication).and_return(false)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user