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 09:19:14 +00:00
require "bundler/gem_tasks"
require "cucumber/rake/task"
require "rspec/core/rake_task"
2013-02-08 09:20:23 +00:00
task :default => :spec
RSpec::Core::RakeTask.new
Cucumber::Rake::Task.new(:features)