diff options
author | Luke Kanies <luke@madstop.com> | 2007-08-20 13:28:40 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-08-20 13:28:40 -0500 |
commit | 6467c21e15b8a28e627d1395f76fe8f42ee77d70 (patch) | |
tree | c36f4e350074a028ba6cc9f8e4230284e880ab46 /lib/puppet/parser/resource/reference.rb | |
parent | a846ea900f9fa7a2baaa4fbd0742f080e7fd7a04 (diff) | |
download | puppet-6467c21e15b8a28e627d1395f76fe8f42ee77d70.tar.gz puppet-6467c21e15b8a28e627d1395f76fe8f42ee77d70.tar.xz puppet-6467c21e15b8a28e627d1395f76fe8f42ee77d70.zip |
The first pass where at least all of the snippet tests pass. I have unfortunately had to stop being so assiduous in my rewriting of tests, but I am in too much of a time crunch to do this "right". The basic structure is definitely in place, though, and from here it is a question of making the rest of the tests work and hopefully writing some sufficient new tests, rather than making the code itself work.
Diffstat (limited to 'lib/puppet/parser/resource/reference.rb')
-rw-r--r-- | lib/puppet/parser/resource/reference.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/parser/resource/reference.rb b/lib/puppet/parser/resource/reference.rb index 19d179660..b19dd2258 100644 --- a/lib/puppet/parser/resource/reference.rb +++ b/lib/puppet/parser/resource/reference.rb @@ -67,5 +67,3 @@ class Puppet::Parser::Resource::Reference @typeclass end end - -# $Id$ |