Skip to content

Commit

Permalink
test(env): update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jan 25, 2020
1 parent 22c320e commit 6915789
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/integration/default/controls/environ_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
it { should be_grouped_into 'root' }
its('mode') { should cmp '0644' }
its('content') { should include 'Your changes may be overwritten' }
its('content') { should include 'export GOROOT=/usr/local/go' }
its('content') { should include 'export GOROOT=/usr/local/go1.10.1.linux-amd64' }
its('content') { should include 'export GOPATH=/usr/local/golang/packages' }
its('content') { should include 'export PATH=$PATH:$GOROOT/bin:$GOBASE/bin' }
its('content') { should include 'export PATH=${PATH}:/usr/local/go1.10.1.linux-amd64' }
its('content') { should include 'export PATH=${PATH}:/usr/local/go1.10.1.linux-amd64/go/bin' }
end
end

0 comments on commit 6915789

Please sign in to comment.