Skip to content

Commit

Permalink
Added info about minitest support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 8, 2011
1 parent 8a1cb75 commit bd43897
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ Add the following code to `spec/spec_helper`:


require 'webmock/rspec' require 'webmock/rspec'


### MiniTest

Add the following code to `test/test_helper`:

require 'webmock/minitest'

### Cucumber ### Cucumber


Add the following code to `features/support/env.rb` Add the following code to `features/support/env.rb`
Expand Down

0 comments on commit bd43897

Please sign in to comment.