Closed shedd closed 10 years ago
Interesting, though I'm not sure where this comes from. The only touching point between Rspec::Matchers
and shoulda-callback-matchers
is the added method callback
.
When I load i18n-spec
into the gem specs and run them they still work fine. Could you give me a quick step by step how to reproduce the issue?
As there are no new comments I assume this got solved. Feel free to reopen.
There seems to be a conflict between this gem and
i18n-spec
I had i18n-spec installed first. My tests using it run fine. When I comment i18n-spec out in my gemfile, my tests using shoulda-callback-matchers run fine.
When I run my tests with both of these gems installed together, I get the following error:
Not sure which gem is at fault, but this appeared after I installed shoulda-callback-matchers.