Sha256: 0d2f41126870c7ef8ed0e901a252a3f4b84c69cf83f5ad733c7225e06e48fed5
Contents?: true
Size: 412 Bytes
Versions: 9
Compression:
Stored size: 412 Bytes
Contents
#!/usr/bin/env ruby dir = File.dirname(__FILE__) $LOAD_PATH.unshift("#{dir}/../lib") require "screw_unit" spec_root_path = ARGV[0] || raise("You need to pass in a spec root") implementation_root_path = ARGV[1] || raise("You need to pass in an implementation root") public_path = ARGV[2] || raise("You need to pass in a public path") ScrewUnit::Server.run(spec_root_path, implementation_root_path, public_path)
Version data entries
9 entries across 9 versions & 5 rubygems