[前][次][番号順一覧][スレッド一覧]

ruby-changes:47839

From: hsbt <ko1@a...>
Date: Tue, 19 Sep 2017 09:37:45 +0900 (JST)
Subject: [ruby-changes:47839] hsbt:r59959 (trunk): Enabled temporary disabled examples of bundler rspec.

hsbt	2017-09-19 09:37:38 +0900 (Tue, 19 Sep 2017)

  New Revision: 59959

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59959

  Log:
    Enabled temporary disabled examples of bundler rspec.
    
      These are fails when merging at r59779. But these are
      working now.

  Modified files:
    trunk/spec/bundler/commands/show_spec.rb
    trunk/spec/bundler/install/deploy_spec.rb
    trunk/spec/bundler/install/gems/compact_index_spec.rb
    trunk/spec/bundler/install/gems/dependency_api_spec.rb
Index: spec/bundler/commands/show_spec.rb
===================================================================
--- spec/bundler/commands/show_spec.rb	(revision 59958)
+++ spec/bundler/commands/show_spec.rb	(revision 59959)
@@ -40,7 +40,7 @@ RSpec.describe "bundle show" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/commands/show_spec.rb#L40
       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
Index: spec/bundler/install/gems/dependency_api_spec.rb
===================================================================
--- spec/bundler/install/gems/dependency_api_spec.rb	(revision 59958)
+++ spec/bundler/install/gems/dependency_api_spec.rb	(revision 59959)
@@ -602,7 +602,7 @@ RSpec.describe "gemcutter's dependency A https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gems/dependency_api_spec.rb#L602
     end
   end
 
-  context "when ruby is compiled without openssl", :ruby_repo do
+  context "when ruby is compiled without openssl" do
     before do
       # Install a monkeypatch that reproduces the effects of openssl being
       # missing when the fetcher runs, as happens in real life. The reason
Index: spec/bundler/install/gems/compact_index_spec.rb
===================================================================
--- spec/bundler/install/gems/compact_index_spec.rb	(revision 59958)
+++ spec/bundler/install/gems/compact_index_spec.rb	(revision 59959)
@@ -613,7 +613,7 @@ The checksum of /versions does not match https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gems/compact_index_spec.rb#L613
     end
   end
 
-  context "when ruby is compiled without openssl", :ruby_repo do
+  context "when ruby is compiled without openssl" do
     before do
       # Install a monkeypatch that reproduces the effects of openssl being
       # missing when the fetcher runs, as happens in real life. The reason
Index: spec/bundler/install/deploy_spec.rb
===================================================================
--- spec/bundler/install/deploy_spec.rb	(revision 59958)
+++ spec/bundler/install/deploy_spec.rb	(revision 59959)
@@ -62,7 +62,7 @@ RSpec.describe "install with --deploymen https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/deploy_spec.rb#L62
     expect(exitstatus).to eq(0) if exitstatus
   end
 
-  it "works when you bundle exec bundle", :ruby_repo do
+  it "works when you bundle exec bundle" do
     bundle :install
     bundle "install --deployment"
     bundle "exec bundle check"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]