Skip to content

Commit 9b3a504

Browse files
authored
Merge pull request #305 from yahonda/devcontainer-ci-rspec-documentation-formatter
Use documentation formatter for rspec in devcontainer CI
2 parents 0a057d6 + 4a35d68 commit 9b3a504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
uname -a
2222
lsb_release -a
2323
ruby --version
24-
bundle exec rake spec
24+
SPEC_OPTS="--format documentation" bundle exec rake spec
2525
bundle exec rubocop

0 commit comments

Comments
 (0)