• Vitali Tatarintev's avatar
    Add Rubocop check to avoid using `be_success` · 4f2ac516
    Vitali Tatarintev authored
    Prevent using `be_success` call in controller specs to avoid
    getting following deprecation warning:
    
    ```
    DEPRECATION WARNING: The success? predicate is deprecated and
    will be removed in Rails 6.0.
    Please use successful? as provided by Rack::Response::Helpers.
    ```
    4f2ac516
be_success_matcher.rb 1.34 KB