Sha256: 2ed4b4669cb409558677f12a115290ef1de20b668c65e10c423f925b4ae1e42a
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
#!/bin/bash # Start test backend instance bundle exec thin start -R config-e2e.ru -e test -p 3001 -d testacular start spec/javascripts/config/testacular-e2e.conf.js --single-run RESULT=$? # Kill test backend instance kill `cat tmp/pids/thin.pid` exit $RESULT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongo_browser-0.2.0.rc2 | script/ci_e2e |