Displaying 4 results from an estimated 4 matches for "html_formatt".
Did you mean:
html_formatter
2008 Dec 12
8
cucumber features HTML output bug with more than 100 steps
I''m having the following problem:
With the format as html, the output of cucumber stops coloring successful
steps green after step #100. This last line in the HTML is:
<script type="text/javascript">stepPassed(100)</script>
Steps 101 -n are colored grey. The <body> tag is not closed but all steps
are displayed. When running with ''format
2007 Jan 12
2
spec_ui problems
...from /Users/byamabe/Desktop/spec_ui/lib/spec/ui/formatter.rb:
5:in `extra_failure_content''
from /Users/byamabe/Desktop/spec_ui/lib/spec/ui/formatter.rb:
11:in `extra_failure_content''
from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/
runner/formatter/html_formatter.rb:57:in `spec_failed''
from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/
runner/reporter.rb:78:in `spec_failed''
from /opt/local/lib/ruby/gems/1.8/gems/rspec-0.7.5/lib/spec/
runner/reporter.rb:27:in `spec_finished''
from /opt/local/...
2008 May 07
4
Hiding the passes
How do you hide all the green passing examples from the output?
I don''t need to know what has passed and it means I have to scroll to
see what has failed.
--
Posted via http://www.ruby-forum.com/.
2007 Jul 26
5
Coding standards and whitespace
...files had tabs in them;
many of them appear to consistently use tabs for indentation but some
do not, using a mixture of tabs and spaces.
doc/src/breadcrumbs.css
doc/src/default.css
doc/src/default.template
rspec/lib/spec/runner/formatter/base_text_formatter.rb
rspec/lib/spec/runner/formatter/html_formatter.rb
rspec/lib/spec/runner/spec_parser.rb
rspec/spec/spec/runner/formatter/html_formatted-1.8.4.html
rspec/spec/spec/runner/formatter/html_formatted-1.8.5-jruby.html
rspec/spec/spec/runner/formatter/html_formatted-1.8.5.html
rspec/spec/spec/runner/formatter/html_formatted-1.8.6.html
RSpec.tmbundle/...