Skip to content

Commit

Permalink
Add a test task
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jan 20, 2011
1 parent e64dcfe commit 4449d89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'

desc "Run the tests"
Rake::TestTask.new(:test) do |t|
t.test_files = FileList['test/**/*_test.rb']
end

0 comments on commit 4449d89

Please sign in to comment.