Skip to content

Commit e5369eb

Browse files
committed
Re-add document format for ruby testing.
1 parent 059cae1 commit e5369eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ test-ruby: build-ruby
229229
cd clients/ruby/generated/ && \
230230
rm -f *.gem && \
231231
bundle exec rspec --format documentation && \
232-
bundle exec rspec ../../../test/ruby/
232+
bundle exec rspec ../../../test/ruby/ --format documentation
233233

234234
################################################################
235235
# API clients package publishing targets for primary generators

0 commit comments

Comments
 (0)