Skip to content

Commit

Permalink
added rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Feb 2, 2010
1 parent 0ef3a71 commit 45cfe8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
@@ -0,0 +1,7 @@
require "rake/testtask"

Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/*_test.rb', 'test/*/**_test.rb']
t.verbose = true
end

0 comments on commit 45cfe8a

Please sign in to comment.