mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
0b87e7543f
Rolling out frozen string literals further by freezing all string literals in core specs.
8 lines
158 B
Ruby
8 lines
158 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.configure do |config|
|
|
config.before :each, type: :feature do
|
|
OmniAuth.config.mock_auth[:developer] = nil
|
|
end
|
|
end
|