method
example_group_started
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
1.3.1 -
Show latest stable
-
0 notes -
Class: Spec::Runner::Formatter::HtmlFormatter
- 1.1.4
- 1.1.12
- 1.2.0
- 1.2.8 (0)
- 1.3.0 (0)
- 1.3.1 (0)
- What's this?
example_group_started(example_group)
public
Hide source
# File lib/spec/runner/formatter/html_formatter.rb, line 37 def example_group_started(example_group) super @example_group_red = false @example_group_number += 1 unless example_group_number == 1 @output.puts " </dl>" @output.puts "</div>" end @output.puts "<div class=\"example_group\">" @output.puts " <dl>" @output.puts " <dt id=\"example_group_#{example_group_number}\">#{h(example_group.description)}</dt>" @output.flush end