make test the default rake task

This commit is contained in:
Norm MacLennan
2015-01-15 07:28:00 -05:00
parent adae2dcdcc
commit da0c27da54

View File

@@ -3,6 +3,8 @@ require "bundler/setup" # load up our gem environment (incl. local zanzibar)
require 'rspec/core/rake_task'
require 'zanzibar/version'
task :default => [:test]
RSpec::Core::RakeTask.new(:test)
task :install_local do