1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
hsbt 2017-09-19 00:37:38 +00:00
parent 23589094e4
commit 08a0927c0c
4 changed files with 4 additions and 4 deletions

View file

@ -40,7 +40,7 @@ RSpec.describe "bundle show" do
expect(out).to include(default_bundle_path("gems", "rails-2.3.2").to_s) expect(out).to include(default_bundle_path("gems", "rails-2.3.2").to_s)
end end
it "prints the path to the running bundler", :ruby_repo do it "prints the path to the running bundler" do
bundle "show bundler" bundle "show bundler"
expect(out).to eq(root.to_s) expect(out).to eq(root.to_s)
end end

View file

@ -62,7 +62,7 @@ RSpec.describe "install with --deployment or --frozen" do
expect(exitstatus).to eq(0) if exitstatus expect(exitstatus).to eq(0) if exitstatus
end end
it "works when you bundle exec bundle", :ruby_repo do it "works when you bundle exec bundle" do
bundle :install bundle :install
bundle "install --deployment" bundle "install --deployment"
bundle "exec bundle check" bundle "exec bundle check"

View file

@ -613,7 +613,7 @@ The checksum of /versions does not match the checksum provided by the server! So
end end
end end
context "when ruby is compiled without openssl", :ruby_repo do context "when ruby is compiled without openssl" do
before do before do
# Install a monkeypatch that reproduces the effects of openssl being # Install a monkeypatch that reproduces the effects of openssl being
# missing when the fetcher runs, as happens in real life. The reason # missing when the fetcher runs, as happens in real life. The reason

View file

@ -602,7 +602,7 @@ RSpec.describe "gemcutter's dependency API" do
end end
end end
context "when ruby is compiled without openssl", :ruby_repo do context "when ruby is compiled without openssl" do
before do before do
# Install a monkeypatch that reproduces the effects of openssl being # Install a monkeypatch that reproduces the effects of openssl being
# missing when the fetcher runs, as happens in real life. The reason # missing when the fetcher runs, as happens in real life. The reason