Skip to content

Commit

Permalink
Update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Dec 23, 2024
1 parent d926f07 commit e2b3a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/maybe_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2b3a7d

Please sign in to comment.