Skip to content

Commit

Permalink
docs: add docs for content_id
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored May 7, 2021
1 parent a9a5df3 commit a33792b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/reproduce-issue.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env ruby

# The content_id is used to deterministically generate pact content. It doesn't matter what the value is.
# If you want to simulate publishing a pact that has the same content as a previous pact, use the same ID.
# If you want to simulate publishing a pact with different content, use a different ID.

begin

$LOAD_PATH << "#{Dir.pwd}/lib"
Expand Down

0 comments on commit a33792b

Please sign in to comment.