We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60522fd commit db9ce60Copy full SHA for db9ce60
features/backtrace_filtering.feature
@@ -39,9 +39,9 @@ Feature: Backtrace filtering
39
Scenario: Using the bare `rspec` command
40
When I run `rspec`
41
Then the output should contain "1 example, 1 failure"
42
- And the output should not contain "activesupport"
+ And the output should not contain "actionpack"
43
44
Scenario: Using `rspec --backtrace`
45
When I run `rspec --backtrace`
46
47
- And the output should contain "activesupport"
+ And the output should contain "actionpack"
0 commit comments