Update zombie cli detection
This commit is contained in:
parent
0cb2d9b327
commit
55afba8d42
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ require 'mutant'
|
|||
namespace =
|
||||
if File.basename($0) == 'zombie'
|
||||
$stderr.puts('Detected zombie environment...')
|
||||
require File.expand_path('../../spec/support/zombie.rb', __FILE__)
|
||||
Zombie.setup
|
||||
Mutant::Zombifier.zombify
|
||||
Zombie::Mutant
|
||||
else
|
||||
Mutant
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue