Skip to content

Commit

Permalink
Fix issue where ARKANA_RUNNING_CI_INTEGRATION_TESTS env var couldn…
Browse files Browse the repository at this point in the history
…'t be read in rspec.
  • Loading branch information
rogerluan committed Jun 29, 2023
1 parent 5f9176c commit 908404b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/swift_code_generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
config.all_keys.each do |key|
allow(ENV).to receive(:[]).with(key).and_return("value")
end
allow(ENV).to receive(:[]).with("ARKANA_RUNNING_CI_INTEGRATION_TESTS").and_return(true)
end

after { FileUtils.rm_rf(config.result_path) }
Expand Down

0 comments on commit 908404b

Please sign in to comment.