30 31 32 33
# File 'lib/pact/cli.rb', line 30 def verify require 'pact/cli/run_pact_verification' Cli::RunPactVerification.call(options) end