summaryrefslogtreecommitdiffstats
path: root/spec/unit/util/settings_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/util/settings_spec.rb')
-rwxr-xr-xspec/unit/util/settings_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/util/settings_spec.rb b/spec/unit/util/settings_spec.rb
index 56769af71..d7925101c 100755
--- a/spec/unit/util/settings_spec.rb
+++ b/spec/unit/util/settings_spec.rb
@@ -122,7 +122,7 @@ describe Puppet::Util::Settings do
@settings[:bool].should == true
end
- it "should not consider a cli setting of a non boolean with a boolean as an argument to be a boolean" do
+ it "should not consider a cli setting of a non boolean with a boolean as an argument to be a boolean" do
# Turn it off first
@settings[:myval] = "bob"
@settings.handlearg("--no-myval", "")