diff options
Diffstat (limited to 'test/rails/ast.rb')
-rwxr-xr-x | test/rails/ast.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rails/ast.rb b/test/rails/ast.rb index b205aa0d5..fb6374401 100755 --- a/test/rails/ast.rb +++ b/test/rails/ast.rb @@ -20,7 +20,8 @@ class TestRailsAST < PuppetTest::TestCase def test_exported_collexp railsinit Puppet[:storeconfigs] = true - @interp, @scope, @source = mkclassframing + + @scope = mkscope # make a rails resource railsresource "file", "/tmp/testing", :owner => "root", :group => "bin", |