diff options
| author | Luke Kanies <luke@madstop.com> | 2007-08-23 19:09:45 -0500 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-08-23 19:09:45 -0500 |
| commit | 520aaafbb87805a79283386e37deb4b3093a1144 (patch) | |
| tree | c6e61a15e3426f43865bf250a3b731b589dacf0f /lib/puppet/parser/interpreter.rb | |
| parent | 724fef1269bd593496bca9827a0ad7d9361e92d4 (diff) | |
| download | puppet-520aaafbb87805a79283386e37deb4b3093a1144.tar.gz puppet-520aaafbb87805a79283386e37deb4b3093a1144.tar.xz puppet-520aaafbb87805a79283386e37deb4b3093a1144.zip | |
Adding some rspec tests for Config.rb, because I am planning on significantly changing its internals and the current tests, I think, will be harder to migrate than just writing rspec tests from scratch.
Diffstat (limited to 'lib/puppet/parser/interpreter.rb')
| -rw-r--r-- | lib/puppet/parser/interpreter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/interpreter.rb b/lib/puppet/parser/interpreter.rb index 0398115de..291f122a7 100644 --- a/lib/puppet/parser/interpreter.rb +++ b/lib/puppet/parser/interpreter.rb @@ -64,7 +64,7 @@ class Puppet::Parser::Interpreter begin parser = Puppet::Parser::Parser.new(environment) if self.code - parser.code = self.code + parser.string = self.code elsif self.file parser.file = self.file end |
