diff options
| author | Luke Kanies <luke@madstop.com> | 2005-06-09 16:43:02 +0000 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2005-06-09 16:43:02 +0000 |
| commit | 90b9b2d9893ffad3b79bd5e0e0d15e7fc5f38698 (patch) | |
| tree | f030647d75064a343a05a62fae22f839108c5aea /test | |
| parent | 3f0687b9dddb5bc52c538c64cc9226a0f0d84522 (diff) | |
updates
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@296 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
| -rw-r--r-- | test/types/tc_package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/types/tc_package.rb b/test/types/tc_package.rb index a5585fcb6..1886b05fb 100644 --- a/test/types/tc_package.rb +++ b/test/types/tc_package.rb @@ -4,7 +4,7 @@ if __FILE__ == $0 $blinkbase = "../../../../language/trunk" end -require 'blink/type/package' +require 'blink' require 'test/unit' require 'facter' |
