Sha256: ee3a01db88afbad0d39a1644c4099ec134c7d9f0ca90d96aca2922661b1eb274

Contents?: true

Size: 279 Bytes

Versions: 10

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Matchers
      module Results
        module BeNotSuccess
          def be_not_success(...)
            Custom::Results::BeNotSuccess.new(...)
          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/results/be_not_success.rb
convenient_service-0.11.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.10.1 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.10.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.9.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.8.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.7.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.6.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.5.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb
convenient_service-0.4.0 lib/convenient_service/rspec/matchers/results/be_not_success.rb