Skip to content

Commit

Permalink
Acceptance tests: clarify point of using a particular source tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielparks committed Dec 1, 2024
1 parent 7c72d46 commit 9f69323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/acceptance/golang_from_tarball_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

describe 'defined type golang::from_tarball' do
context 'repeated root installs:' do
context 'default ensure with 1.10.4 source' do
context 'default ensure with gopher-owned source' do
it 'installs Go' do
idempotent_apply(<<~"PUPPET")
golang::from_tarball { '/opt/go':
Expand Down Expand Up @@ -42,7 +42,7 @@
end
end

context 'ensure => present' do
context 'ensure => present with gopher-owned source' do
it 'causes no changes' do
apply_manifest(<<~"PUPPET", catch_changes: true)
golang::from_tarball { '/opt/go':
Expand Down Expand Up @@ -133,7 +133,7 @@
end

context 'as a non-root user' do
context 'default ensure with 1.10.4 source' do
context 'default ensure with gopher-owned source' do
it 'installs Go' do
idempotent_apply(<<~"PUPPET")
group { 'user': }
Expand Down

0 comments on commit 9f69323

Please sign in to comment.