class ZeebeBpmnRspec::HaveActivatedMatcherError

Public Class Methods

new() click to toggle source
Calls superclass method
# 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