Displaying 1 result from an estimated 1 matches for "9e7c72ce".
Did you mean:
937c72cb
2006 Jul 17
3
functional tests run fine on their own but fail with rake
this is a weird one. i have 8 functional tests classes. when I run them
individually, they all pass. When i use rake or ''rake test:functionals'' one
of them fails. I''ve traced the error back to a problemwith reading data from
the session.
when running the tests individually, the data is there. when run using rake,
it''s nil.
has anyone come across anything