Skip to content

Commit

Permalink
Text formatter cuke supports Rubinius (which includes extra lines of …
Browse files Browse the repository at this point in the history
…backtrace)
  • Loading branch information
alindeman committed Oct 15, 2012
1 parent bc1fdf8 commit 55d3266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/formatters/text_formatter.feature
Expand Up @@ -24,8 +24,6 @@ Feature: text formatter
When I run `rspec integer_spec.rb string_spec.rb`
Then the backtrace-normalized output should contain:
"""
Failures:
1) Integer has a failing example
Failure/Error: (7 + 5).should eq(11)
Expand All @@ -34,7 +32,9 @@ Feature: text formatter
(compared using ==)
# ./integer_spec.rb:3
"""
And the backtrace-normalized output should contain:
"""
2) String has a failing example
Failure/Error: "foo".reverse.should eq("ofo")
Expand Down

0 comments on commit 55d3266

Please sign in to comment.