summaryrefslogtreecommitdiffstats
path: root/spec/unit/transaction/change_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/transaction/change_spec.rb')
-rwxr-xr-xspec/unit/transaction/change_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/transaction/change_spec.rb b/spec/unit/transaction/change_spec.rb
index 9419bbab9..10a7aaed9 100755
--- a/spec/unit/transaction/change_spec.rb
+++ b/spec/unit/transaction/change_spec.rb
@@ -13,7 +13,7 @@ describe Puppet::Transaction::Change do
end
it "should require the property and current value" do
- lambda { Change.new() }.should raise_error
+ lambda { Change.new }.should raise_error
end
it "should set its property to the provided property" do