Sha256: 0e44574984e7908ca8d35047de98b63f1c5b9603a238454eb67ef243f69ba4a5

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

module PactTaskHelper
  def failure_message
    redify(
      "\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

  def redify string
    "\e[31m#{string}\e[m"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pact-1.0.5 lib/pact/pact_task_helper.rb