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:
parent
44ba77d16d
commit
5cce96891e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue