1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

add default rake task for travis

This commit is contained in:
seenmyfate 2013-02-08 09:20:23 +00:00
parent ad9da10c32
commit a64b5b25a7

View file

@ -1 +1,5 @@
require "bundler/gem_tasks"
task :default => :spec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new