Add require stringio temporarily to rspec killer

This commit is contained in:
Dan Kubb 2013-04-17 20:24:14 -07:00
parent 37d5a06353
commit 10b1e106ff

View file

@ -18,6 +18,7 @@ module Mutant
def run
mutation.insert
# TODO: replace with real streams from configuration
require 'stringio'
null = StringIO.new
!::RSpec::Core::Runner.run(command_line_arguments, null, null).zero?
end