lib/spork/run_strategy/forking.rb in spork-0.6.1 vs lib/spork/run_strategy/forking.rb in spork-0.6.2

- old
+ new

@@ -18,9 +18,10 @@ def abort @child && @child.abort end def preload + require test_framework.entry_point test_framework.preload end def running? @child && @child.running? \ No newline at end of file