This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
capistrano
Watch
1
Star
0
Fork
You've already forked capistrano
0
mirror of
https://github.com/capistrano/capistrano
synced
2023-03-27 23:21:18 -04:00
Code
Releases
Activity
4af3c4a548
capistrano
/
spec
/
integration_spec_helper.rb
6 lines
93 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix Style/StringLiterals
2016-02-28 18:16:11 -05:00
require
"
spec_helper
"
require
"
support/test_app
"
require
"
support/matchers
"
Add integration tests for deploy task This commit adds the outlines of a testing framework for Cap tasks. Currently just the `cap install` and `cap deploy` tasks are covered. For now, these tests can only be run if it is `ssh localhost` will work for you and are currently excluded from the suite. It is my intention to eventually replace the `sshkit` backend with a test backend, but for now this is good enough to prevent simple regressions.
2013-06-16 08:08:15 -04:00
include
TestApp
Copy permalink