Skip to content

Commit c70fb0a

Browse files
committed
Ignore vendor/bundle under spec/ffi
* It exists if Bundler has a global path set.
1 parent b23c7f2 commit c70fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/truffle/gems/ffi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ cd spec/ffi || exit 1
1313
bundle config --local cache_path "$gem_test_pack/gem-testing/msgpack-ruby/gem-cache"
1414
bundle install --local --no-cache
1515

16-
bundle exec rspec --format doc .
16+
bundle exec rspec --format doc --exclude-pattern 'vendor/**/*' .

0 commit comments

Comments
 (0)