Skip to content

Commit

Permalink
Add default Rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsc committed Mar 6, 2015
1 parent 5df648b commit 50df3e8
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 @@ -141,3 +141,5 @@ task :console do
ARGV.clear
IRB.start
end

task :default => [:generate_bundle_and_spec_all, :spec]

0 comments on commit 50df3e8

Please sign in to comment.