free_mutant/spec/integration/mutant/zombie_spec.rb

11 lines
221 B
Ruby
Raw Normal View History

# encoding: utf-8
require 'spec_helper'
describe Mutant, 'as a zombie' do
specify 'it allows to create zombie from mutant' do
Mutant::Zombifier.run('mutant')
Zombie.constants.should include(:Mutant)
end
end