I don't know what and when happend on my code but I got hundereds similar erros (not failures)
of this :
NameError: uninitialized constant ActiveSupport::Callbacks::Callback::NORMAL
And my tests function just go useless now, as even I put something like:
should "failed" do
assert false
end
It still returns passed, any idea ?
Thanks