summaryrefslogtreecommitdiffstats
path: root/spec/unit/other/transbucket_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/other/transbucket_spec.rb')
-rwxr-xr-xspec/unit/other/transbucket_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/other/transbucket_spec.rb b/spec/unit/other/transbucket_spec.rb
index a76195120..1224dfa9b 100755
--- a/spec/unit/other/transbucket_spec.rb
+++ b/spec/unit/other/transbucket_spec.rb
@@ -26,7 +26,7 @@ describe Puppet::TransBucket do
end
it "should accept TransBuckets into its children list" do
- object = Puppet::TransBucket.new()
+ object = Puppet::TransBucket.new
proc { @bucket.push(object) }.should_not raise_error
@bucket.each do |o|
o.should equal(object)