Remove unused file
This commit is contained in:
parent
eaa4451cd9
commit
9bea135f3e
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
# encoding: utf-8
|
|
||||||
|
|
||||||
module Mutant
|
|
||||||
class Strategy
|
|
||||||
# Static strategies
|
|
||||||
class Static < self
|
|
||||||
|
|
||||||
# Always fail to kill strategy
|
|
||||||
class Fail < self
|
|
||||||
KILLER = Killer::Static::Fail
|
|
||||||
end # Fail
|
|
||||||
|
|
||||||
# Always succeed to kill strategy
|
|
||||||
class Success < self
|
|
||||||
KILLER = Killer::Static::Success
|
|
||||||
end # Success
|
|
||||||
|
|
||||||
end # Static
|
|
||||||
end # Strategy
|
|
||||||
end # Mutant
|
|
Loading…
Reference in a new issue