free_mutant/spec/integration/mutant/zombie_spec.rb
Markus Schirp 21b6aa1e81 Minor cleanups
* Use correct to_source api
* Use toplevel mutant.
2012-08-20 04:50:07 +02:00

8 lines
154 B
Ruby

require 'spec_helper'
describe Mutant, 'as a zombie' do
specify 'allows to create zombie from mutant' do
Zombie.setup
Zombie::Runner
end
end