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

ruby-changes:66810

From: Andre <ko1@a...>
Date: Fri, 16 Jul 2021 15:40:24 +0900 (JST)
Subject: [ruby-changes:66810] 5cce96891e (master): [rubygems/rubygems] remove focus

https://git.ruby-lang.org/ruby.git/commit/?id=5cce96891e

From 5cce96891ec288462b98149410d53c301cbf7682 Mon Sep 17 00:00:00 2001
From: Andre Arko <andre@a...>
Date: Tue, 13 Jul 2021 02:12:00 -0700
Subject: [rubygems/rubygems] remove focus

https://github.com/rubygems/rubygems/commit/584a393812
---
 spec/bundler/bundler/plugin/index_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/bundler/bundler/plugin/index_spec.rb b/spec/bundler/bundler/plugin/index_spec.rb
index e7bde66..4d6838b 100644
--- a/spec/bundler/bundler/plugin/index_spec.rb
+++ b/spec/bundler/bundler/plugin/index_spec.rb
@@ -98,7 +98,7 @@ RSpec.describe Bundler::Plugin::Index do https://github.com/ruby/ruby/blob/trunk/spec/bundler/bundler/plugin/index_spec.rb#L98
       expect(index.hook_plugins("after-bar")).to eq([plugin_name])
     end
 
-    context "that are not registered", :focused do
+    context "that are not registered" do
       let(:file) { double("index-file") }
 
       before do
-- 
cgit v1.1


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

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