diff options
author | Luke Kanies <luke@madstop.com> | 2005-05-30 06:14:35 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-05-30 06:14:35 +0000 |
commit | cdfdfb9d1bbfb9c5a93acdfcb97e61d92a28e3b6 (patch) | |
tree | 88c6908bf912e8821678ed582a0badf750afc0a7 /lib | |
parent | d42efbeb2b2772d8286756a2aedb40604a1b7f11 (diff) | |
download | puppet-cdfdfb9d1bbfb9c5a93acdfcb97e61d92a28e3b6.tar.gz puppet-cdfdfb9d1bbfb9c5a93acdfcb97e61d92a28e3b6.tar.xz puppet-cdfdfb9d1bbfb9c5a93acdfcb97e61d92a28e3b6.zip |
adding some more tests for Blink::Type
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@285 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/blink/type.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/blink/type.rb b/lib/blink/type.rb index 57b9e0f3f..f603c5e24 100644 --- a/lib/blink/type.rb +++ b/lib/blink/type.rb @@ -42,6 +42,9 @@ class Blink::Type < Blink::Element @name = :blink # a little fakery, since Blink itself isn't a type @namevar = :notused + @states = [] + @parameters = [:notused] + @allowedmethods = [:noop,:debug] @@metaparams = [ |