Don't print out docstrings.
This commit is contained in:
parent
f90d8db827
commit
efd2c17eba
|
|
@ -122,11 +122,6 @@ module Features
|
||||||
end
|
end
|
||||||
|
|
||||||
def doc_string(string)
|
def doc_string(string)
|
||||||
return if @options[:no_multiline] || @hide_this_step
|
|
||||||
s = %{"""\n#{string}\n"""}.indent(@indent)
|
|
||||||
s = s.split("\n").map{|l| l =~ /^\s+$/ ? '' : l}.join("\n")
|
|
||||||
@io.puts(format_string(s, @current_step.status))
|
|
||||||
@io.flush
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def exception(exception, status)
|
def exception(exception, status)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue