Sha256: 125e5603b711c52b3d15a9eca25da7676e4c590756ba1763705b863bed932554
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe 'as a zombie' do specify 'it allows to create zombie from mutant' do expect { Mutant.zombify }.to change { defined?(Zombie) }.from(nil).to('constant') expect(Zombie.constants).to include(:Mutant) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.5.19 | spec/integration/mutant/zombie_spec.rb |
mutant-0.5.18 | spec/integration/mutant/zombie_spec.rb |
mutant-0.5.17 | spec/integration/mutant/zombie_spec.rb |