Skip to content

Commit

Permalink
chore: update regression tests [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 8, 2021
1 parent 6f8266b commit 69145af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression/regression_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def app
end

config.after(:each) do | example, something |
if ENV["SHOW_REGRESSION_DIFF"] != "false"
if ENV["SHOW_REGRESSION_DIFF"] == "true"
if example.exception.is_a?(Approvals::ApprovalError)
require "pact/support"
parts = example.exception.message.split('"')
Expand Down

0 comments on commit 69145af

Please sign in to comment.