summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/exec_spec.rb
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/bundler/commands/exec_spec.rb
parentca892e6902f2a440ed40bbd52429aca650e4b702 (diff)
Unmask the some of examples with ruby_repo label
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3086
Diffstat (limited to 'spec/bundler/commands/exec_spec.rb')
-rw-r--r--spec/bundler/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
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")