Skip to content

Commit

Permalink
Reword the configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobarauna committed Nov 7, 2013
1 parent 68f95bf commit 8684746
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -19,16 +19,15 @@ Or install it yourself as:

$ gem install rspec-collection_matchers

## Configuration

Just add the following line to your `spec_helper.rb`:
## Basic usage

First of all, you need to require rspec-collection matchers. Add the following line to your `spec_helper.rb`:

```ruby
require 'rspec/collection_matchers'
```

## Basic usage

Using `rspec-collection_matchers` you can match the number of items in a
collection directly, e.g.:

Expand Down

0 comments on commit 8684746

Please sign in to comment.