Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Updated information for this fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
miwillhite committed Oct 21, 2010
1 parent d1191eb commit bc37d23
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Readme.md
Expand Up @@ -21,16 +21,17 @@ Output
Install
=======
As Gem:
gem install rspec-instafail
# Gemfile
gem rspec-instafail, :git => 'git://github.com/miwillhite/rspec-instafail.git'

# spec/spec.opts or .rspec for rspec 2
# spec/spec.opts (.rspec for rspec 2)
--require rspec/instafail
--format RSpec::Instafail

As plugin:
script/plugin install git://github.com/grosser/rspec-instafail.git
rails plugin install git://github.com/miwillhite/rspec-instafail.git

# spec/spec.opts or .rspec for rspec 2
# spec/spec.opts (.rspec for rspec 2)
--require vendor/plugins/rspec-instafail/lib/rspec/instafail
--format RSpec::Instafail

Expand Down

0 comments on commit bc37d23

Please sign in to comment.