Sha256: 52d80d4256e9103511a50cdb60fac8f66d6fce25b032b11998a29bb0742cda92

Contents?: true

Size: 447 Bytes

Versions: 10

Compression:

Stored size: 447 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module Custom
        module Results
          class BeNotSuccess < Results::Base
            def statuses
              [
                Service::Plugins::HasResult::Constants::ERROR_STATUS,
                Service::Plugins::HasResult::Constants::FAILURE_STATUS
              ]
            end
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
convenient_service-0.12.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.11.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.10.1 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.10.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.9.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.8.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.7.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.6.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.5.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb
convenient_service-0.4.0 lib/convenient_service/rspec/matchers/custom/results/be_not_success.rb