2012-08-19 21:29:11 +02:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe Mutant, 'as a zombie' do
|
2013-06-28 23:23:05 +02:00
|
|
|
specify 'it allows to create zombie from mutant' do
|
|
|
|
Mutant::Zombifier.run('mutant')
|
|
|
|
Zombie.constants.should include(:Mutant)
|
2012-08-19 21:29:11 +02:00
|
|
|
end
|
|
|
|
end
|