Skip to content

Commit

Permalink
add rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Sep 27, 2009
1 parent 62e06d7 commit 86c12ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require 'rake'
require 'rake/testtask'
Rake::TestTask.new do |t|
t.test_files = FileList['test/*_test.rb']
t.verbose = true
end

desc 'Default: run test examples'
task :default => 'test'

0 comments on commit 86c12ee

Please sign in to comment.