lib/wukong-deploy/tasks.rb in wukong-deploy-0.0.2 vs lib/wukong-deploy/tasks.rb in wukong-deploy-0.1.0

- old
+ new

@@ -1,13 +1,8 @@ require 'rake' -namespace 'bundler' do - desc "Remove local bundle repository" - task :clean do - Wukong::Deploy.logger.info "Removing local bundle at /.bundle and /bundle" - sh "rm -rf .bundle bundle" - Wukong::Deploy.logger.info "Make sure to run 'bundle install --standalone' to re-create the bundle" - end - -end +require 'yard' +YARD::Rake::YardocTask.new(:doc) - +require 'rspec/core/rake_task' +RSpec::Core::RakeTask.new(:spec) +