diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2010-03-25 17:07:37 -0700 |
---|---|---|
committer | test branch <puppet-dev@googlegroups.com> | 2010-02-17 06:50:53 -0800 |
commit | 5b2802c73b2220ca5d4125f96d7a094f336a0415 (patch) | |
tree | 17da995fbf68280c52358f3356abe9c3afbc33ca | |
parent | 6a148e2e979237434494094ec0be86dba9556f8d (diff) | |
download | puppet-5b2802c73b2220ca5d4125f96d7a094f336a0415.tar.gz puppet-5b2802c73b2220ca5d4125f96d7a094f336a0415.tar.xz puppet-5b2802c73b2220ca5d4125f96d7a094f336a0415.zip |
Typo in method call in test.
-rwxr-xr-x | test/language/scope.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/scope.rb b/test/language/scope.rb index 8b06e0d64..671af7130 100755 --- a/test/language/scope.rb +++ b/test/language/scope.rb @@ -315,7 +315,7 @@ class TestScope < Test::Unit::TestCase parser = config.parser # Create a default source - config.topscope.source = parser.newclass "", "" + config.topscope.source = parser.newclass "" # And a scope resource scope_res = stub 'scope_resource', :virtual? => true, :exported? => false, :tags => [], :builtin? => true, :type => "eh", :title => "bee" |