-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
double does not respond to instance_of? #8
Comments
Agreed. I have routinely had to use RSpec |
|
Another oft-needed method is Perhaps this is a candidate for an API-breaking version bump? Alternatively, we could take a page from RSpec's book. In RSpec, in order to get a null-type object (like a gimme), one can use |
👍 |
@marick raises a great point.
Initially I erred on the side of gimme being a complete blank slate, but there are a number of basic methods on Object that should be implemented.
The text was updated successfully, but these errors were encountered: