Skip to content

Commit

Permalink
Update spec for ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Dec 19, 2024
1 parent 8e9fa8a commit d926f07
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 include("spec/integration/maybe_spec.rb:9:in `block")
expect(none.trace).to match(%r{rspec/integration/maybe_spec.rb:9:in `|'block})
end
end

Expand Down

0 comments on commit d926f07

Please sign in to comment.