diff options
author | Luke Kanies <luke@madstop.com> | 2005-05-11 19:05:39 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-05-11 19:05:39 +0000 |
commit | ec88acf10421b4c2dba38f154d5adcf9ea9202d2 (patch) | |
tree | 463159539b0c9d08142c47a859b8334bceeff6f3 /test | |
parent | 42dadad734a71dd10b059747b927394b4ef31ea6 (diff) | |
download | puppet-ec88acf10421b4c2dba38f154d5adcf9ea9202d2.tar.gz puppet-ec88acf10421b4c2dba38f154d5adcf9ea9202d2.tar.xz puppet-ec88acf10421b4c2dba38f154d5adcf9ea9202d2.zip |
i can basically actually do work now
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@240 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rw-r--r-- | test/blinktest.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/blinktest.rb b/test/blinktest.rb index 99e0e207a..73a6d560e 100644 --- a/test/blinktest.rb +++ b/test/blinktest.rb @@ -38,6 +38,9 @@ unless defined? BlinkTestSuite def textfiles textdir = File.join($blinkbase,"examples","code") + # only parse this one file now + yield File.join(textdir,"head") + return files = Dir.entries(textdir).reject { |file| file =~ %r{\.swp} }.reject { |file| |