Sha256: d5839265eb5decc0cdc62d534fd2c70dc52c935b6c13b615897f8fcd4e3dd7af
Contents?: true
Size: 265 Bytes
Versions: 6
Compression:
Stored size: 265 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(false).to(true) expect(Zombie.constants).to include(:Mutant) end end
Version data entries
6 entries across 6 versions & 1 rubygems