summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/exec_spec.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-21 21:57:47 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-22 20:32:30 +0900
commitdf5fd1d09c953284fcdef450e3c2a5e8474850d4 (patch)
treeb9e9bd326fd57cfb7f3cdc24d27d8f087a389be2 /spec/bundler/commands/exec_spec.rb
parent1d889c96562e9619d2cab443da711e82daeb983c (diff)
Fixup 1d079a0c5d4d80860a4d6d692344124fe5c562b5
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3114
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 b387419726..1b1839a335 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/commands/exec_spec.rb
@@ -931,7 +931,7 @@ __FILE__: #{path.to_s.inspect}
end
end
- context "with a git gem that includes extensions" do
+ context "with a git gem that includes extensions", :ruby_repo do
before do
build_git "simple_git_binary", &:add_c_extension
bundle! "config set --local path .bundle"