Skip to content

Commit 4a8f68b

Browse files
author
blackhedd
committed
Patched Rakefile so it runs the tests. Thanks to Daniel Berger.
1 parent 4a46e19 commit 4a8f68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ task :test do |t|
5151

5252
$LOAD_PATH.unshift('tests')
5353
$stderr.puts "Checking for test cases:" if t.verbose
54-
Dir['tests/tc_*.rb'].each do |testcase|
54+
Dir['tests/test*.rb'].each do |testcase|
5555
$stderr.puts "\t#{testcase}" if t.verbose
5656
load testcase
5757
end

0 commit comments

Comments
 (0)