summaryrefslogtreecommitdiffstats
path: root/test/rails/railsresource.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rails/railsresource.rb')
-rwxr-xr-xtest/rails/railsresource.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rails/railsresource.rb b/test/rails/railsresource.rb
index a7b6bbc02..32408db21 100755
--- a/test/rails/railsresource.rb
+++ b/test/rails/railsresource.rb
@@ -194,7 +194,7 @@ class TestExportedResources < PuppetTest::TestCase
res = mkresource :type => "file", :title => "/tmp/testing",
:source => @source, :scope => @scope,
:params => {:owner => "root", :source => ["/tmp/A", "/tmp/B"],
- :mode => "755", :require => [ref1, ref2]}
+ :mode => "755", :require => [ref1, ref2], :subscribe => ref1}
res.line = 50
@@ -214,7 +214,7 @@ class TestExportedResources < PuppetTest::TestCase
res = mkresource :type => "file", :title => "/tmp/testing",
:source => @source, :scope => @scope,
:params => {:owner => "bin", :source => ["/tmp/A", "/tmp/C"],
- :check => "checksum", :require => [ref1, ref2]}
+ :check => "checksum", :require => [ref1, ref2], :subscribe => ref2}
res.line = 75
res.exported = true