lib/retest/command.rb in retest-1.6.2 vs lib/retest/command.rb in retest-1.7.0
- old
+ new
@@ -24,10 +24,9 @@
@setup = setup
@stdout = stdout
end
def command
- return default_command if auto?
options_command || default_command
end
def options_command
return params[:command] if params[:command]
\ No newline at end of file