Mark zombie specs as pending
This commit is contained in:
parent
67376694c5
commit
5efd17d4e3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe Mutant, 'as a zombie' do
|
describe Mutant, 'as a zombie' do
|
||||||
specify 'allows to create zombie from mutant' do
|
pending 'allows to create zombie from mutant' do
|
||||||
Zombie.setup
|
Zombie.setup
|
||||||
Zombie::Runner
|
Zombie::Runner
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue