aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-11 21:25:56 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-13 07:54:37 +0900
commit143872bf98b01926562839fbd7e352da588d62bd (patch)
tree270c93c7c67c15948af3f55ef8d8071caf142d55 /spec
parentca892e6902f2a440ed40bbd52429aca650e4b702 (diff)
downloadruby-143872bf98b01926562839fbd7e352da588d62bd.tar.gz
Unmask the some of examples with ruby_repo label
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/clean_spec.rb2
-rw-r--r--spec/bundler/commands/exec_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/commands/clean_spec.rb b/spec/bundler/commands/clean_spec.rb
index 590852b02d..0c69585c0b 100644
--- a/spec/bundler/commands/clean_spec.rb
+++ b/spec/bundler/commands/clean_spec.rb
@@ -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"))
diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb
index 442f5be8b9..54f493d241 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/commands/exec_spec.rb
@@ -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")