Skip to content

Commit

Permalink
The default for any monkey should be to run.
Browse files Browse the repository at this point in the history
But we leave the hook there in case certain monkeys need to calculate if
they can run or not.
  • Loading branch information
jkamenik committed May 21, 2015
1 parent b0738fa commit e48d399
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/semian-army/monkeys/base.bash
@@ -1,5 +1,5 @@
function runnable() {
return 1
return 0
}

function uncage() {
Expand Down
6 changes: 3 additions & 3 deletions lib/semian-army/monkeys/noop.bash
@@ -1,6 +1,6 @@
function runnable() {
return 0
}
## NOOP Monkey
##
## This monkey does nothing

function uncage() {
debug "uncaging noop"
Expand Down

0 comments on commit e48d399

Please sign in to comment.