Hi, Does anybody know how I can access messages set using flash.now in my functional tests? assert_equal ''my notice'', flash[:notice] doesn''t. I guess that makes sense since they''re flushed as soon as the request request is finished. You can scan the HTML for a particular string you expect to be displayed, but is there a more direct way of doing this? Cheers, Jeroen
Seemingly Similar Threads
- testing for flash.now values
- Ezra''s acl_system2 and flash not getting populated in functional tests
- [PATCH server] fixed expected status messages that were failing unit/functional tests.
- Testing the flash.now
- [PATCH server] fixed functional tests after recent controller refactoring and managed node controller fixes.