@astgtciv , , , :
@astgtciv , , . , Spork, DRB .
, attr_accessor :output , Spork.each_run, :
rspec_formatters = RSpec.configuration.formatters
Spork.each_run do
if Spork.using_spork?
RSpec.configure do |config|
config.output_stream = $stdout
end
rspec_formatters.each do |formatter|
if formatter.respond_to?(:output=)
formatter.output = $stdout
end
end
end
end
, , ( ) . , .
source
share