summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider/confine/feature_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/provider/confine/feature_spec.rb')
-rwxr-xr-xspec/unit/provider/confine/feature_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/confine/feature_spec.rb b/spec/unit/provider/confine/feature_spec.rb
index 67e59363e..1db81ba44 100755
--- a/spec/unit/provider/confine/feature_spec.rb
+++ b/spec/unit/provider/confine/feature_spec.rb
@@ -10,7 +10,7 @@ describe Puppet::Provider::Confine::Feature do
end
it "should require a value" do
- lambda { Puppet::Provider::Confine::Feature.new() }.should raise_error(ArgumentError)
+ lambda { Puppet::Provider::Confine::Feature.new }.should raise_error(ArgumentError)
end
it "should always convert values to an array" do