aboutsummaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2016-09-12 17:56:38 -0400
committerKir Shatrov <shatrov@me.com>2016-09-14 11:30:09 -0400
commitbc3b0e729282b6474f217806c14f293584dd8c97 (patch)
tree65c9914c4270ed1c49fb6ea27c9929da7d07a907 /.rubocop.yml
parentcf5f55cd30aef0f90300c7c8f333060fe258cd8a (diff)
downloadrails-bc3b0e729282b6474f217806c14f293584dd8c97.tar.gz
rails-bc3b0e729282b6474f217806c14f293584dd8c97.tar.bz2
rails-bc3b0e729282b6474f217806c14f293584dd8c97.zip
Improve assert_response helper
When the check is failed, print the actual response body if it's not too large. This could improve productivity when writing new tests. Before: ``` ThemeEditorIntegrationTest#test_whatever Expected response to be a <200: ok>, but was a <422: Unprocessable Entity>. Expected: 200 Actual: 422 ``` After: ``` ThemeEditorIntegrationTest#test_whatever Expected response to be a <200: ok>, but was a <422: Unprocessable Entity>. Expected: 200 Actual: 422 Response body: {"errors":["Invalid settings object for section '1'"]} ```
Diffstat (limited to '.rubocop.yml')
0 files changed, 0 insertions, 0 deletions