summaryrefslogtreecommitdiff
path: root/spec/bundler/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2021-07-13 02:12:00 -0700
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-16 15:40:07 +0900
commit5cce96891ec288462b98149410d53c301cbf7682 (patch)
tree8257a3a1f938b2fef83fdcfac6a7631ba8b9f2eb /spec/bundler/bundler
parent44ba77d16d0017639d425a5355f07a5b42eef1ea (diff)
[rubygems/rubygems] remove focus
https://github.com/rubygems/rubygems/commit/584a393812
Diffstat (limited to 'spec/bundler/bundler')
-rw-r--r--spec/bundler/bundler/plugin/index_spec.rb2
1 files changed, 1 insertions, 1 deletions
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