Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #558 from modcloth/mbh/Object#kind_of-untag
Untagging more Object#kind_of? specs
- Loading branch information
Showing
with
0 additions
and 5 deletions.
@@ -1,6 +1 @@ | ||
fails:Object#kind_of? returns true if given class is the object's class | ||
fails:Object#kind_of? returns true if given class is an ancestor of the object's class | ||
fails:Object#kind_of? returns true if given a Module that is included in object's class | ||
fails:Object#kind_of? returns true if given a Module that is included one of object's ancestors only | ||
fails:Object#kind_of? returns true if given a Module that object has been extended with | ||
fails:Object#kind_of? raises a TypeError if given an object that is not a Class nor a Module |