Skip to content

Commit db9ce60

Browse files
committed
Switch backtrace assertion to one that isnt current issuing a warning
1 parent 60522fd commit db9ce60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/backtrace_filtering.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Feature: Backtrace filtering
3939
Scenario: Using the bare `rspec` command
4040
When I run `rspec`
4141
Then the output should contain "1 example, 1 failure"
42-
And the output should not contain "activesupport"
42+
And the output should not contain "actionpack"
4343

4444
Scenario: Using `rspec --backtrace`
4545
When I run `rspec --backtrace`
4646
Then the output should contain "1 example, 1 failure"
47-
And the output should contain "activesupport"
47+
And the output should contain "actionpack"

0 commit comments

Comments
 (0)