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:
parent
ca892e6902
commit
143872bf98
Notes:
git
2020-05-13 07:55:13 +09:00
2 changed files with 2 additions and 2 deletions
|
@ -864,7 +864,7 @@ RSpec.describe "bundle clean" do
|
||||||
expect(very_simple_binary_extensions_dir).not_to exist
|
expect(very_simple_binary_extensions_dir).not_to exist
|
||||||
end
|
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
|
build_git "very_simple_git_binary", &:add_c_extension
|
||||||
|
|
||||||
revision = revision_for(lib_path("very_simple_git_binary-1.0"))
|
revision = revision_for(lib_path("very_simple_git_binary-1.0"))
|
||||||
|
|
|
@ -872,7 +872,7 @@ __FILE__: #{path.to_s.inspect}
|
||||||
bundle! :install
|
bundle! :install
|
||||||
end
|
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?
|
skip "https://github.com/rubygems/bundler/issues/6898" if Gem.win_platform?
|
||||||
|
|
||||||
file = bundled_app("file_that_bundle_execs.rb")
|
file = bundled_app("file_that_bundle_execs.rb")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue