Closed shedd closed 10 years ago
No, this is not expected. Thanks for the report, I'll have this fixed soon.
@shedd I just released 2.6.1.rc1, can you update your Gemfile and see if your tests work again?
Things are looking good on this front with 2.6.1.rc1! Thanks!
Am seeing an error when testing with
use_before_filter
in 2.6.0 rather than a failure message.With this controller:
And this test:
I'm getting this error:
Note that the test is wrong - the method passed is incorrect. It should be
show_diner
but it isshow_order
.When this is fixed, the test passes as expected.
Is this the expected failure message in this scenario?