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

10 lines
176 B
Text
Raw Normal View History

2013-02-01 04:19:14 -05:00
require "bundler/gem_tasks"
require "cucumber/rake/task"
require "rspec/core/rake_task"
2013-02-08 04:20:23 -05:00
task :default => :spec
RSpec::Core::RakeTask.new
Cucumber::Rake::Task.new(:features)