1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Unmask the some of examples with ruby_repo label

This commit is contained in:
Hiroshi SHIBATA 2020-05-11 21:25:56 +09:00
parent ca892e6902
commit 143872bf98
Notes: git 2020-05-13 07:55:13 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -864,7 +864,7 @@ RSpec.describe "bundle clean" do
expect(very_simple_binary_extensions_dir).not_to exist
end
it "keeps git extension directories when excluded by group", :ruby_repo do
it "keeps git extension directories when excluded by group" do
build_git "very_simple_git_binary", &:add_c_extension
revision = revision_for(lib_path("very_simple_git_binary-1.0"))

View file

@ -872,7 +872,7 @@ __FILE__: #{path.to_s.inspect}
bundle! :install
end
it "correctly shells out", :ruby_repo do
it "correctly shells out" do
skip "https://github.com/rubygems/bundler/issues/6898" if Gem.win_platform?
file = bundled_app("file_that_bundle_execs.rb")