class RailsStory
def self.fixture_table_names; []; end # Workaround for projects that don't use ActiveRecord
def self.fixture_table_names; []; end # Workaround for projects that don't use ActiveRecord
def examples_should_be_run?
def examples_should_be_run? false end
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