From fdfa55c1d151ca7cda8965972d9d7bcd49d4271f Mon Sep 17 00:00:00 2001 From: Steve Tooke Date: Tue, 17 Feb 2015 23:04:48 +0000 Subject: [PATCH] Revert changes to debug tests. Extra test step added back in --- features/docs/formatters/debug_formatter.feature | 2 ++ spec/cucumber/formatter/debug_spec.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/features/docs/formatters/debug_formatter.feature b/features/docs/formatters/debug_formatter.feature index 05abf719e0..53416d14c5 100644 --- a/features/docs/formatters/debug_formatter.feature +++ b/features/docs/formatters/debug_formatter.feature @@ -25,6 +25,8 @@ Feature: Debug formatter after_tags feature_name before_test_step + after_test_step + before_test_step before_feature_element before_tags after_tags diff --git a/spec/cucumber/formatter/debug_spec.rb b/spec/cucumber/formatter/debug_spec.rb index 05d80be88a..819f0db491 100644 --- a/spec/cucumber/formatter/debug_spec.rb +++ b/spec/cucumber/formatter/debug_spec.rb @@ -35,6 +35,8 @@ module Formatter after_tags feature_name before_test_step +after_test_step +before_test_step before_feature_element before_tags after_tags