summaryrefslogtreecommitdiff
path: root/sample/suite.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-17 10:05:11 +0000
committermurphy <murphy@rubychan.de>2006-10-17 10:05:11 +0000
commit975a2fd6ea64529d993bc1412899fad386ff02ea (patch)
treeb4036a9f89a01aff208cf4a9a9e7c96a047363ed /sample/suite.rb
parent70690604e7ea6fd6b89c256a52d65a308ad0fe77 (diff)
downloadcoderay-975a2fd6ea64529d993bc1412899fad386ff02ea.tar.gz
dos2unix
Diffstat (limited to 'sample/suite.rb')
-rw-r--r--sample/suite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/suite.rb b/sample/suite.rb
index 3df432d..783fe70 100644
--- a/sample/suite.rb
+++ b/sample/suite.rb
@@ -22,7 +22,7 @@ class CodeRaySuite < TestCase
def test_ALL
dir do
- for input in Dir["demo_*.rb"] - %w(demo_server.rb demo_stream.rb)
+ for input in Dir["*.rb"] - %w(server.rb stream.rb suite.rb)
puts "[ testing #{input}... ]"
name = File.basename(input, ".rb")
output = name + '.out'