Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
158 B
Ruby
Raw Permalink Normal View History

2025-05-05 09:29:55 +02:00
# frozen_string_literal: true
2021-02-02 15:33:33 +01:00
RSpec.configure do |config|
config.before :each, type: :feature do
OmniAuth.config.mock_auth[:developer] = nil
end
end