lib/spork/run_strategy/magazine.rb in milhouse-spork-0.7.5.1 vs lib/spork/run_strategy/magazine.rb in milhouse-spork-0.7.5.2
- old
+ new
@@ -1,11 +1,11 @@
# this class' goal:
# to boldly just run test after test
# as they come in
require 'drb'
require 'rinda/ring'
-require 'win32/process'
+require 'win32/process' if RUBY_PLATFORM =~ /mswin|mingw/
$:.unshift(File.dirname(__FILE__))
require 'magazine/magazine_slave'
@@ -105,6 +105,6 @@
def running?
@running
end
-end
\ No newline at end of file
+end