Skip to content

Commit

Permalink
Map test and default tasks to spec (issue #18).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 8, 2013
1 parent 45e564e commit 99f0832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ rescue LoadError => e
end
end

task :test => :spec
task :default => :spec

desc "Write the documentation"
RDoc::Task.new("doc") { |rdoc|
rdoc.rdoc_dir = "doc"
Expand Down

0 comments on commit 99f0832

Please sign in to comment.