From 08a0927c0cd8a4b5bb69ec8c509f7ce67420ef5f Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 19 Sep 2017 00:37:38 +0000 Subject: Enabled temporary disabled examples of bundler rspec. These are fails when merging at r59779. But these are working now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/bundler/commands/show_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/commands') diff --git a/spec/bundler/commands/show_spec.rb b/spec/bundler/commands/show_spec.rb index 0391ddec52..fc34831a72 100644 --- a/spec/bundler/commands/show_spec.rb +++ b/spec/bundler/commands/show_spec.rb @@ -40,7 +40,7 @@ RSpec.describe "bundle show" do expect(out).to include(default_bundle_path("gems", "rails-2.3.2").to_s) end - it "prints the path to the running bundler", :ruby_repo do + it "prints the path to the running bundler" do bundle "show bundler" expect(out).to eq(root.to_s) end -- cgit v1.2.3