Patched Rakefile so it runs the tests. Thanks to Daniel Berger.
This commit is contained in:
parent
4a46e19b8f
commit
4a8f68bf9e
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -51,7 +51,7 @@ task :test do |t|
|
|||
|
||||
$LOAD_PATH.unshift('tests')
|
||||
$stderr.puts "Checking for test cases:" if t.verbose
|
||||
Dir['tests/tc_*.rb'].each do |testcase|
|
||||
Dir['tests/test*.rb'].each do |testcase|
|
||||
$stderr.puts "\t#{testcase}" if t.verbose
|
||||
load testcase
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue