method
run_ended
1.1.12 -
Show latest stable
-
0 notes -
Class: Spec::Runner::Formatter::Story::ProgressBarFormatter
- 1.1.4
- 1.1.12 (0)
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
run_ended()
public
Hide source
# File lib/spec/runner/formatter/story/progress_bar_formatter.rb, line 17 def run_ended @output.puts @output.puts @output.puts "Finished in %f seconds" % (Time.now - @start_time) @output.puts super end