Exception: ZeebeBpmnRspec::HaveActivatedMatcherError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zeebe_bpmn_rspec/matchers/have_activated.rb

Instance Method Summary collapse

Constructor Details

#initializeHaveActivatedMatcherError

Returns a new instance of HaveActivatedMatcherError.



8
9
10
# File 'lib/zeebe_bpmn_rspec/matchers/have_activated.rb', line 8

def initialize
  super("Only one of complete, fail, and throw error can be specified")
end