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 b23c7f2 commit c70fb0aCopy full SHA for c70fb0a
test/truffle/gems/ffi.sh
@@ -13,4 +13,4 @@ cd spec/ffi || exit 1
13
bundle config --local cache_path "$gem_test_pack/gem-testing/msgpack-ruby/gem-cache"
14
bundle install --local --no-cache
15
16
-bundle exec rspec --format doc .
+bundle exec rspec --format doc --exclude-pattern 'vendor/**/*' .
0 commit comments