• Vitali Tatarintev's avatar
    Add support of not_to/to_not to BeSuccessMatcher · b61d26f4
    Vitali Tatarintev authored
    BeSuccessMatcher now supports following examples:
    
    ```
    expect(response).to be_success
    expect(response).to_not be_success
    expect(response).not_to be_success
    
    is_expected.to be_success
    is_expected.to_not be_success
    is_expected.not_to be_success
    ```
    b61d26f4
be_success_matcher.rb 1.56 KB