1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Rakefile
2013-02-08 09:20:23 +00:00

5 lines
109 B
Ruby

require "bundler/gem_tasks"
task :default => :spec
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new