Add require stringio temporarily to rspec killer
This commit is contained in:
parent
37d5a06353
commit
10b1e106ff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue