21b6aa1e81
* Use correct to_source api * Use toplevel mutant.
8 lines
154 B
Ruby
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
|