Correct zombie path in zombie executable
This commit is contained in:
parent
e5da3cab09
commit
b77bf348e5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ require 'mutant'
|
|||
namespace =
|
||||
if File.basename($0) == 'zombie'
|
||||
$stderr.puts('Detected zombie environment...')
|
||||
require File.expand_path('../spec/support/zombie.rb', __FILE__)
|
||||
require File.expand_path('../../spec/support/zombie.rb', __FILE__)
|
||||
Zombie.setup
|
||||
else
|
||||
Mutant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue