Wire up capybara & add simple feature spec for swagger-ui

This commit is contained in:
richie
2016-11-08 12:38:51 -08:00
parent 8315eda8b2
commit 99be8135f7
5 changed files with 37 additions and 0 deletions

View File

@@ -7,4 +7,8 @@ env:
- "RAILS_VERSION=5.0.0"
cache: bundler
install: bundle update
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script: ./ci/test.sh