Skip to content

Commit

Permalink
Merge pull request #6 from axsh/master
Browse files Browse the repository at this point in the history
Merge upstream
  • Loading branch information
hansode committed May 26, 2015
2 parents faa6e64 + 97bed19 commit 01fd91f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ciscripts/integration-test.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 01fd91f

Please sign in to comment.