Skip to content

Commit

Permalink
fix: de-duplicate re-run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 28, 2020
1 parent 9e97da7 commit 0813498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pact/provider/rspec/formatter_rspec_3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def one_failed_example_per_interaction(summary)
def interaction_rerun_commands examples
examples.collect do |example|
interaction_rerun_command_for example
end.compact
end.compact.uniq
end

def interaction_unique_key(example)
Expand Down

0 comments on commit 0813498

Please sign in to comment.