Sha256: 7c4452c972b6ccc906a1b5cb9e8681b8654098613a8709e441586a918ba096c2
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 Bytes
Contents
#!/usr/bin/env ruby require 'goliath/api' require 'goliath/runner' require 'pacto/server' runner = Goliath::Runner.new(ARGV, Pacto::Server::API.new(:pwd => Dir.pwd)) runner.log_file = File.expand_path(runner.log_file, Dir.pwd) if runner.log_file runner.app = Goliath::Rack::Builder.build(Pacto::Server::API, runner.api) runner.run
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pacto-server-0.4.0.rc1 | bin/pacto-server |