We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a54c46 commit 3ac3d33Copy full SHA for 3ac3d33
docker-compose.yml
@@ -15,7 +15,7 @@ services:
15
command: .ci/run.sh
16
env_file: ${DOCKER_ENV:-docker.env}
17
environment:
18
- - SPEC_OPTS
+ - SPEC_OPTS="${SPEC_OPTS:--fd}"
19
- LOG_LEVEL # devutils (>= 2.0.4) reads the ENV and sets LS logging
20
- CI # CI=true in Travis-CI
21
- TRAVIS # TRAVIS=true in Travis-CI
run.sh
@@ -5,4 +5,4 @@ env
5
6
set -ex
7
8
-bundle exec rspec --format=documentation
+jruby -rbundler/setup -S rake test
0 commit comments