Skip to content

Commit

Permalink
Test6
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Jul 2, 2024
1 parent 6bfa860 commit 74f09c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/acceptance/build_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
'template-ref' => 'heads/main-0-g1234abc'
}

context 'when the module has complete metadata' do
context "#{RbConfig::CONFIG['host_os']}" do

Check failure on line 24 in spec/acceptance/build_spec.rb

View workflow job for this annotation

GitHub Actions / spec (ruby 2.7) / spec

Style/RedundantInterpolation: Prefer `to_s` over string interpolation.

Check failure on line 24 in spec/acceptance/build_spec.rb

View workflow job for this annotation

GitHub Actions / spec (ruby 3.2) / spec

Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
before(:all) do
$stderr.puts RbConfig::CONFIG['host_os']

File.open('metadata.json', 'w') do |f|
f.puts metadata.to_json
end
Expand Down

0 comments on commit 74f09c9

Please sign in to comment.