Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
And... install directions.
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Jul 22, 2010
1 parent d20a1cc commit 8fd5e8e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rdoc
Expand Up @@ -2,6 +2,16 @@

Capistrano... the final frontier of testing... well, maybe not final, but it is a frontier. I had set out to do some bug fixing and some BDDing on some of my capistrano code, but found it wasn't really obvious how to do so. As a result, I set out to write capistrano-spec and document how to test capistrano libraries.

== Install

You know the drill:

gem install capistrano-spec

And require it in your +spec/spec_helper.rb+:

require 'capistrano-spec'

== Designing your capistrano extension

In the wild, you'll mostly commonly come across two patterns:
Expand Down

0 comments on commit 8fd5e8e

Please sign in to comment.