Class: PactBroker::Matrix::NoDependenciesMissing

Inherits:
Reason
  • Object
show all
Defined in:
lib/pact_broker/matrix/reason.rb

Overview

There aren’t any rows, but there are also no missing provider verifications.

Instance Method Summary collapse

Methods inherited from Reason

#==

Instance Method Details

#typeObject



159
160
161
# File 'lib/pact_broker/matrix/reason.rb', line 159

def type
  :success
end