diff options
author | Luke Kanies <luke@madstop.com> | 2007-08-20 22:25:00 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-08-20 22:25:00 -0500 |
commit | 4eb87ed7c8829a6fbc558595be9149e9b3cf5b36 (patch) | |
tree | 5c8319949022f932eb6467b17b55debaa42fa125 /test/rails/railsparameter.rb | |
parent | 2a4e1011dbc244754f434f7eb97f3d41463e5cd4 (diff) | |
download | puppet-4eb87ed7c8829a6fbc558595be9149e9b3cf5b36.tar.gz puppet-4eb87ed7c8829a6fbc558595be9149e9b3cf5b36.tar.xz puppet-4eb87ed7c8829a6fbc558595be9149e9b3cf5b36.zip |
A round of bugfixing. Many more tests now pass -- I think we are largely down to tests that (yay!) fail in trunk.
Diffstat (limited to 'test/rails/railsparameter.rb')
-rwxr-xr-x | test/rails/railsparameter.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rails/railsparameter.rb b/test/rails/railsparameter.rb index 82d978bb4..89c81ad30 100755 --- a/test/rails/railsparameter.rb +++ b/test/rails/railsparameter.rb @@ -21,8 +21,8 @@ class TestRailsParameter < Test::Unit::TestCase railsinit # Now create a source - interp = mkinterp - source = interp.newclass "myclass" + parser = mkparser + source = parser.newclass "myclass" host = Puppet::Rails::Host.new(:name => "myhost") |