Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 16, 2010
1 parent 8af48c0 commit dbdf3fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions features/matchers/types.feature
@@ -1,7 +1,6 @@
Feature: Type Check matchers

rspec-expectations includes two matchers to assist you with
checking the types of your objects:
rspec-expectations includes two matchers specify types of objects:

* obj.should be_kind_of(type): calls obj.kind_of?(type), which returns
true if type is in obj's class hierarchy or is a module and is
Expand Down

0 comments on commit dbdf3fc

Please sign in to comment.