mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Testing notes file
This commit is contained in:
parent
f6d75853b8
commit
51b6eb0b7a
1 changed files with 16 additions and 0 deletions
16
TESTING.md
Normal file
16
TESTING.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
Testing Capistrano
|
||||
==================
|
||||
|
||||
1. Install the Following Gem Dependencies
|
||||
|
||||
`# gem install mocha echo`
|
||||
|
||||
2. Run the following
|
||||
|
||||
`$ rake test`
|
||||
|
||||
3. Output Should Resemble
|
||||
|
||||
`Finished in 0.859017 seconds.`
|
||||
`523 tests, 1271 assertions, 0 failures, 0 errors`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue