Sha256: 15c1867b626afe0ba64f2e1cc12b34b7af709a2fd76c617cad66ab3599bba919

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

module PactTaskHelper
  def failure_message
    "\n* * * * * * * * * * * * * * * * * * *\n" +
    "Provider did not honour pact file.\nSee\n * #{Pact.configuration.log_path}\n * #{Pact.configuration.tmp_dir}\nfor logs and pact files." +
    "\n* * * * * * * * * * * * * * * * * * *\n\n"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pact-1.0.4 lib/pact/pact_task_helper.rb
pact-1.0.3 lib/pact/pact_task_helper.rb
pact-1.0.2 lib/pact/pact_task_helper.rb