diff --git a/ciscripts/integration-test.sh b/ciscripts/integration-test.sh new file mode 100755 index 0000000..a1144a8 --- /dev/null +++ b/ciscripts/integration-test.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# +# +set -e +set -x +set -o pipefail + +cd spec_integration + +bundle install +cp config/webapi.conf.example config/webapi.conf +bundle exec rspec ./spec/webapi_integration_spec.rb