Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Apr 13, 2012
1 parent b8e9cd0 commit 7597340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### 0.0.1

+ Added `of_type(type)` chain matcher to associations matcher.
+ Added `of_type(type)` chain matcher to association matcher.
+ Added `have_many(association_name)` association matcher.
+ Added `Mongoid::Matchers::Associations` module.
+ Added `to_not_allow(*values)` chain matcher to `validate_exclusion_of`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ See the following examples:
it { must have_fields(:name, :login).of_type(String).with_default_value("me") }
end

### Validations Matchers
### Validation Matchers

describe Mongoid::Matchers::Validations do
subject { Person }
Expand Down

0 comments on commit 7597340

Please sign in to comment.