Skip to content

Commit f2fa69d

Browse files
committed
Acceptance tests: clarify point of using a particular source tarball.
1 parent ecb8f05 commit f2fa69d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/acceptance/golang_from_tarball_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
describe 'defined type golang::from_tarball' do
1111
context 'repeated root installs:' do
12-
context 'default ensure with 1.10.4 source' do
12+
context 'default ensure with gopher-owned source' do
1313
it 'installs Go' do
1414
idempotent_apply(<<~"PUPPET")
1515
golang::from_tarball { '/opt/go':
@@ -42,7 +42,7 @@
4242
end
4343
end
4444

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

135135
context 'as a non-root user' do
136-
context 'default ensure with 1.10.4 source' do
136+
context 'default ensure with gopher-owned source' do
137137
it 'installs Go' do
138138
idempotent_apply(<<~"PUPPET")
139139
group { 'user': }

0 commit comments

Comments
 (0)