We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059cae1 commit e5369ebCopy full SHA for e5369eb
1 file changed
Makefile
@@ -229,7 +229,7 @@ test-ruby: build-ruby
229
cd clients/ruby/generated/ && \
230
rm -f *.gem && \
231
bundle exec rspec --format documentation && \
232
- bundle exec rspec ../../../test/ruby/
+ bundle exec rspec ../../../test/ruby/ --format documentation
233
234
################################################################
235
# API clients package publishing targets for primary generators
0 commit comments