sconover / wrong

Wrong provides a general assert method that takes a predicate block. Assertion failure messages are rich in detail.
MIT License
434 stars 31 forks source link

Rails 4 and 4.1 adapters #42

Open zealot128 opened 10 years ago

zealot128 commented 10 years ago

Makes Wrong work together with Rails 4.0 and 4.1beta1.

fixes #41

linesarefuzzy commented 10 years ago

Please accept this pull request. I had the same issue with Rails 4.0.3. After spending much time trying to fix it, I finally found this solution, and it works.

linesarefuzzy commented 10 years ago

I can verify that this issue exists with rspec 2.14 as well as rspec 3.0 beta.

fengb commented 9 years ago

Any chance this or something equivalent can be merged in?

alexch commented 9 years ago

Thanks, I'm currently slogging through the backlog (for some reason it's easier to work on open source projects when I'm unemployed, go figure). I'll accept this once I merge my personal fork to sconover/master .

zealot128 commented 8 years ago

I've checked Rails 4.2 with wrong and added the missing clause, too. I also rebased on the current master.

EvanBurchard commented 8 years ago

bump?