method
move_progress
1.2.8 -
Show latest stable
- Class:
Spec::Runner::Formatter::HtmlFormatter
move_progress()public
No documentation available.
# File lib/spec/runner/formatter/html_formatter.rb, line 103
def move_progress
@output.puts " <script type=\"text/javascript\">moveProgressBar('#{percent_done}');</script>"
@output.flush
end