Sha256: 09e440ddae88d785e0a24f52b909c4a86284ded3afdba1d5d41cfdac68b52b84
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
#!/usr/bin/env ruby dir = File.dirname(__FILE__) $LOAD_PATH.unshift("#{dir}/../lib") require "js_spec" 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") JsSpec::Server.run(spec_root_path, implementation_root_path)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
js_spec-0.0.1 | bin/js_spec_server |