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

6 lines
109 B
Text
Raw Permalink Normal View History

2013-02-01 04:19:14 -05:00
require "bundler/gem_tasks"
2013-02-08 04:20:23 -05:00
task :default => :spec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new