Skip to content

Commit

Permalink
Add default task to Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
svs14 committed Jul 14, 2014
1 parent 41afdcc commit dc796de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Rake::TestTask.new do |t|
t.libs << 'spec'
t.pattern = 'spec/**/*_spec.rb'
end

task default: [:test]

0 comments on commit dc796de

Please sign in to comment.