Skip to content

Commit

Permalink
Call the test task what it is
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Oct 1, 2009
1 parent 72aca39 commit a987765
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
@@ -1,7 +1,10 @@
task :default do
desc "Run tests"
task :test do
Dir['test/**/*_test.rb'].each { |file| require file }
end

task :default => :test

begin
require 'jeweler'

Expand Down

0 comments on commit a987765

Please sign in to comment.