From 5cce96891ec288462b98149410d53c301cbf7682 Mon Sep 17 00:00:00 2001 From: Andre Arko 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 e7bde66879..4d6838b0ed 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 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.2.3