Sha256: f176361c24457b1b20f8dc7531927621e343cfb8ac59570539e82228798cbfd7
Contents?: true
Size: 231 Bytes
Versions: 10
Compression:
Stored size: 231 Bytes
Contents
RSpec.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
10 entries across 10 versions & 1 rubygems