lib/spork/runner.rb in spork-0.8.5 vs lib/spork/runner.rb in spork-0.9.0.rc
- old
+ new
@@ -1,5 +1,6 @@
require 'optparse'
+require 'stringio'
module Spork
# This is used by bin/spork. It's wrapped in a class because it's easier to test that way.
class Runner
attr_reader :test_framework