Skip to content

Commit

Permalink
Fix issue where blank hook generated a different number of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Jan 8, 2024
1 parent f825a51 commit e497898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compatibility/features/attachments/attachments.feature.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# frozen_string_literal: true

# This blank hook has been re-added in. See https://github.com/cucumber/compatibility-kit/issues/83 for more details
Before { nil }

When('the string {string} is attached as {string}') do |text, media_type|
attach(text, media_type)
end
Expand Down

0 comments on commit e497898

Please sign in to comment.