Skip to content
Snippets Groups Projects
Commit 104b725c authored by Jack Nagel's avatar Jack Nagel
Browse files

String isn't enumerable in 1.9+

parent 4a5462cf
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ class Step
end
def has_output?
@output and @output.any?
@output && !@output.empty?
end
def run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment