Skip to content

Commit

Permalink
Remove focus so all specs run by default.
Browse files Browse the repository at this point in the history
I’m presuming this was committed accidentally 😅
  • Loading branch information
pat committed Mar 10, 2021
1 parent 718b299 commit aa50f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/store_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -73,7 +73,7 @@
end
end

describe "#import", :focus do
describe "#import" do
before do
module Bar
def self.bar
Expand Down

0 comments on commit aa50f19

Please sign in to comment.