Skip to content

Commit

Permalink
- fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Dec 27, 2012
1 parent d6f9e83 commit aacc543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/fpm/package/rpm_spec.rb
Expand Up @@ -266,7 +266,8 @@ def subject.render_template; @rpmspec = template("rpm.erb").result(binding); end
it "should have a default OS value" do
os = `uname -s`.chomp.downcase

# the
# The 'os' tag will be set to \x01 if the package 'target'
# was set incorrectly.
insist { @rpmtag[:os] } != "\x01"

insist { @rpmtags[:os] } == os
Expand Down

0 comments on commit aacc543

Please sign in to comment.