Skip to content

Commit aa50f19

Browse files
committed
Remove focus so all specs run by default.
I’m presuming this was committed accidentally 😅
1 parent 718b299 commit aa50f19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/unit/store_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
it "returns false if requested proc is unknown" do
5151
expect(store.contain?(:bar)).to be false
5252
end
53-
end # describe #fetch
53+
end # describe #contain?
5454

5555
describe "#register" do
5656
subject { new_store }
@@ -73,7 +73,7 @@
7373
end
7474
end
7575

76-
describe "#import", :focus do
76+
describe "#import" do
7777
before do
7878
module Bar
7979
def self.bar

0 commit comments

Comments
 (0)