class RSpec::Mocks::Implementation

def actions

def actions
  [initial_action, inner_action, terminal_action].compact
end