class RailsStory
def initialize #:nodoc:
def initialize #:nodoc: # TODO - eliminate this hack, which is here to stop # Rails Stories from dumping the example summary. Spec::Runner::Options.class_eval do def examples_should_be_run? false end end @_result = Test::Unit::TestResult.new end