Skip to content

Commit

Permalink
Update spec_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ykitamura-mdsol authored Nov 29, 2024
1 parent 80a1ac8 commit 2ee2162
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,3 @@

require 'simplecov'
SimpleCov.start

MAUTH_CONFIG_YML = File.expand_path('config_root/config/mauth.yml', __dir__).freeze

RSpec.configure do |config|
config.before do
allow(ENV).to receive(:[]).and_call_original
allow(ENV).to receive(:[]).with('MAUTH_CONFIG_YML').and_return(MAUTH_CONFIG_YML)
end
end

0 comments on commit 2ee2162

Please sign in to comment.