Sha256: 19b03f31a762466270cb2c4eb3cf0ecdd0661590f444b662bf9dd55732c979dc
Contents?: true
Size: 221 Bytes
Versions: 13
Compression:
Stored size: 221 Bytes
Contents
# 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
Version data entries
13 entries across 13 versions & 1 rubygems