Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use a lookup table for `assert_response` | Aaron Patterson | 2015-07-13 | 1 | -2/+2 |
| | | | | | | | | We shouldn't depend on specific methods imlemented in the TestResponse subclass because the response could actually be a real response object. In the future, we should either push the aliased predicate methods in TestResponse up to the real response object, or remove them | ||||
* | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been ↵ | Vipul A M | 2013-12-18 | 1 | -5/+5 |
| | | | | | | renamed to `Minitest` Ref: https://github.com/seattlerb/minitest/blob/master/History.txt | ||||
* | Better error message for typos in assert_response argument. | Victor Costan | 2013-11-25 | 1 | -0/+8 |
| | | | | | This commit makes it really easy to debug errors due to typos like "assert_response :succezz". | ||||
* | test response assertions | Aaron Patterson | 2012-01-06 | 1 | -0/+55 |