diff --git a/features/docs/cli/execute_with_tag_filter.feature b/features/docs/cli/execute_with_tag_filter.feature index 86e80b9242..72c01a2ca2 100644 --- a/features/docs/cli/execute_with_tag_filter.feature +++ b/features/docs/cli/execute_with_tag_filter.feature @@ -65,7 +65,6 @@ Feature: Tag logic """ - @wip-new-core Scenario: Negative tags When I run `cucumber -q -t ~@three features/test.feature` Then it should pass with: diff --git a/lib/cucumber/formatter/report_adapter.rb b/lib/cucumber/formatter/report_adapter.rb index 5f4a27b675..f84ae3788d 100644 --- a/lib/cucumber/formatter/report_adapter.rb +++ b/lib/cucumber/formatter/report_adapter.rb @@ -44,6 +44,7 @@ def after_test_step(test_step, result) end def after_test_case(test_case, result) + test_case.describe_source_to(printer, result) record_test_case_result(test_case, result) end