mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Add initial tests that run Jim's "checks"
This commit is contained in:
9
rakelib/test.rake
Normal file
9
rakelib/test.rake
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'rake/testtask'
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.libs << "tests"
|
||||
t.test_files = FileList["tests/**/*_test.rb"]
|
||||
t.verbose = true
|
||||
end
|
||||
desc 'Run tests'
|
||||
|
||||
Reference in New Issue
Block a user