method
new
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
1.1.12 -
Show latest stable
-
0 notes -
Class: Spec::Runner::Formatter::Story::HtmlFormatter
- 1.1.4
- 1.1.12 (0)
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
new(options, where)
public
Hide source
# File lib/spec/runner/formatter/story/html_formatter.rb, line 11 def initialize(options, where) super @previous_type = nil @scenario_text = "" @story_text = "" @scenario_failed = false @story_failed = false end