summaryrefslogtreecommitdiffstats
path: root/test/other/relationships.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/relationships.rb')
-rwxr-xr-xtest/other/relationships.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/other/relationships.rb b/test/other/relationships.rb
index 3ca944670..c270be75e 100755
--- a/test/other/relationships.rb
+++ b/test/other/relationships.rb
@@ -13,7 +13,7 @@ class TestRelationships < Test::Unit::TestCase
end
def newfile
- assert_nothing_raised() {
+ assert_nothing_raised {
return Puppet::Type.type(:file).new(
@@ -57,7 +57,7 @@ class TestRelationships < Test::Unit::TestCase
def test_autorequire
# We know that execs autorequire their cwd, so we'll use that
- path = tempfile()
+ path = tempfile
file = Puppet::Type.type(:file).new(