• A
    use a lookup table for `assert_response` · 908bc797
    Aaron Patterson 提交于
    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
    908bc797
response_assertions_test.rb 1.6 KB