Sha256: d508980bf836f0d08fe43721a98459cc4e73af2fcf10bae84e60b17b023bf806
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
#!/usr/bin/env ruby dir = File.dirname(__FILE__) $LOAD_PATH.unshift("#{dir}/../lib") require "screw_unit" spec_root_path = ARGV[0] || "./spec" implementation_root_path = ARGV[1] || "./public/javascripts" public_path = ARGV[2] || "./public" ScrewUnit::Server.run(spec_root_path, implementation_root_path, public_path)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pivotal-screw-unit-0.4.3 | bin/screw_unit_server |