spec/recipe/fakerecipe.rb in capistrano-spec-0.5.1 vs spec/recipe/fakerecipe.rb in capistrano-spec-0.6.0
- old
+ new
@@ -15,9 +15,10 @@
desc "thing and run fake manifests"
task :thing do
set :bar, "baz"
run('do some stuff')
upload("foo", "/tmp/foo")
+ download("/tmp/foo", "foo")
get('/tmp/baz', 'baz')
put('fake content', '/tmp/put')
end
desc "More fake tasks!"
task :before_this_execute_thing do