summaryrefslogtreecommitdiff
path: root/spec/commands/show_spec.rb
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2018-11-16 02:44:32 +0000
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-11-16 20:07:02 +0900
commit02cd16945342a5a74051c04d208337f170464f34 (patch)
tree0546f87c842e25e14d17f7bb451d3e696f9ba9b7 /spec/commands/show_spec.rb
parent2dd5d81402bbeb17f31fc371513033753daf4a10 (diff)
downloadbundler-02cd16945342a5a74051c04d208337f170464f34.tar.gz
Merge #6743
6743: Support file structure of ruby core repository. r=hsbt a=hsbt In the ruby core repository, I put bundler executable and bundler libraries under the `bin` and `lib` directories. It breaks the current behavior. Support the structure of ruby core repository. Co-authored-by: SHIBATA Hiroshi <hsbt@ruby-lang.org> (cherry picked from commit 172ec59db53ec05a91c0d9eb72e2d715ae82f3c0)
Diffstat (limited to 'spec/commands/show_spec.rb')
-rw-r--r--spec/commands/show_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/show_spec.rb b/spec/commands/show_spec.rb
index a5c6beec1a..55bdacac98 100644
--- a/spec/commands/show_spec.rb
+++ b/spec/commands/show_spec.rb
@@ -86,7 +86,7 @@ RSpec.describe "bundle show", :bundler => "< 3", :ruby => ">= 2.0" do
and include(default_bundle_path("gems", "rails-2.3.2").to_s)
end
- it "prints the path to the running bundler" do
+ it "prints the path to the running bundler", :ruby_repo do
bundle "show bundler"
expect(out).to eq(root.to_s)
end