I'm having problems using RSpec::Core::Runner.run within a Ruby instance because new invocations don't seem to pass the stream options fully through. E.g.:
BaseFormatter(#<File:/tmp/887763046.output>) start(#<struct RSpec::Core::Notifications::StartNotification count=1, load_time=1.0752>), output is #<File:/tmp/887763046.output> BaseFormatter(#<File:/tmp/3180149450.output>) start(#<struct RSpec::Core::Notifications::StartNotification count=2, load_time=1.089341>), output is #<File:/tmp/887763046.output (closed)> rake aborted! IOError: closed stream And that's after I've hacked a few places which do explicitly block changing the output stream after a first run. -- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/c42add14-7273-407e-8a30-255a91b425d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
