1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Testing notes file

This commit is contained in:
Lee Hambley 2009-04-26 19:39:22 +01:00
parent f6d75853b8
commit 51b6eb0b7a

16
TESTING.md Normal file
View 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`