summaryrefslogtreecommitdiff
path: root/test/support/assert_responses.rb
AgeCommit message (Collapse)Author
2016-05-02test: use assert_error_response in functional testAzul
This way the changed flash hash still is recognized. Also changed the generic 'no_such_thing' i18n key to more specific 'no_such_user'. The former is very hard to translate as the gender of thing may affect the translation of the 'no such' part.
2016-05-02test: flash now has string keysAzul
2014-07-17add translation and fix testsAzul
2014-07-17clean up error assertions in testsAzul
We're not testing the redirects anymore. But the error messages should be pretty clear already. We can start testing redirects again once we redirect to different places for different actions.
2014-05-19basic integration test for cert APIAzul
2014-04-08fix requiring core extensions - most tests passAzul
some message tests are failing for me right now.