Commit ef25e3f1 authored by Luke Redpath's avatar Luke Redpath

Make spec the default task

parent 6ad8dcea
...@@ -155,3 +155,5 @@ end ...@@ -155,3 +155,5 @@ end
desc "Run all specs" desc "Run all specs"
task :spec => 'spec:all' task :spec => 'spec:all'
task :default => :spec
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment