From aa50f197ef53f6ff97b3f24943b25cd101c2b0a4 Mon Sep 17 00:00:00 2001 From: Pat Allan Date: Wed, 10 Mar 2021 14:01:03 +1100 Subject: [PATCH] Remove focus so all specs run by default. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Iā€™m presuming this was committed accidentally šŸ˜… --- spec/unit/store_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/store_spec.rb b/spec/unit/store_spec.rb index 96c4664..2b51772 100644 --- a/spec/unit/store_spec.rb +++ b/spec/unit/store_spec.rb @@ -50,7 +50,7 @@ it "returns false if requested proc is unknown" do expect(store.contain?(:bar)).to be false end - end # describe #fetch + end # describe #contain? describe "#register" do subject { new_store } @@ -73,7 +73,7 @@ end end - describe "#import", :focus do + describe "#import" do before do module Bar def self.bar