Class: Hydra::Messages::Runner::RSpecResult

Inherits:
Hydra::Message show all
Defined in:
lib/hydra/message/runner_messages.rb

Overview

The runner forks to run rspec messages so that specs don’t get rerun. It uses this message to report the results. See Runner::run_rspec_file.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Hydra::Message

build, #initialize

Constructor Details

This class inherits a constructor from Hydra::Message

Instance Attribute Details

#outputObject

the output of the spec



39
40
41
# File 'lib/hydra/message/runner_messages.rb', line 39

def output
  @output
end

Instance Method Details

#serializeObject

:nodoc:



40
41
42
# File 'lib/hydra/message/runner_messages.rb', line 40

def serialize #:nodoc:
  super(:output => @output)
end