From e2b3a7d7a5cc7533f9a93a49769d733928581f54 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Mon, 23 Dec 2024 15:33:06 +0100 Subject: [PATCH] Update spec --- spec/integration/maybe_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/maybe_spec.rb b/spec/integration/maybe_spec.rb index 769fb04..2112c59 100644 --- a/spec/integration/maybe_spec.rb +++ b/spec/integration/maybe_spec.rb @@ -16,7 +16,7 @@ it "returns a new instance" do expect(none).to eql(None()) - expect(none.trace).to match(%r{rspec/integration/maybe_spec.rb:9:in `|'block}) + expect(none.trace).to match(%r{spec/integration/maybe_spec.rb:9:in (`|')block}) end end