Sha256: e6b11bc53efd057a194d0b17c67807c522586923900f77c0fdc8f69f81ceefc1
Contents?: true
Size: 246 Bytes
Versions: 6
Compression:
Stored size: 246 Bytes
Contents
RSpec.describe 'as a zombie', mutant: false 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
6 entries across 6 versions & 1 rubygems