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

[rubygems/rubygems] remove focus

https://github.com/rubygems/rubygems/commit/584a393812
This commit is contained in:
Andre Arko 2021-07-13 02:12:00 -07:00 committed by Hiroshi SHIBATA
parent 44ba77d16d
commit 5cce96891e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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