Skip to content

Commit

Permalink
fix(archives_spec): remove colon from tag:
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jul 18, 2019
1 parent f553450 commit 57d445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/default/controls/archives_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
impact 1.0
title 'should be installed'
desc "Ensure golang tarball archive was extracted correctly"
tag: package: "tarball archive"
tag package: "tarball archive"

describe file('/usr/local/go1.10.1.linux-amd64/go') do # another test
it { should be_directory }
Expand Down

0 comments on commit 57d445c

Please sign in to comment.