We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a46e19 commit 4a8f68bCopy full SHA for 4a8f68b
Rakefile
@@ -51,7 +51,7 @@ task :test do |t|
51
52
$LOAD_PATH.unshift('tests')
53
$stderr.puts "Checking for test cases:" if t.verbose
54
- Dir['tests/tc_*.rb'].each do |testcase|
+ Dir['tests/test*.rb'].each do |testcase|
55
$stderr.puts "\t#{testcase}" if t.verbose
56
load testcase
57
end
0 commit comments