We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75179ac commit 68b0e22Copy full SHA for 68b0e22
.github/workflows/main.yml
@@ -14,6 +14,7 @@ jobs:
14
matrix:
15
os: ["ubuntu-latest", "macos-latest"]
16
ruby:
17
+ - '3.4'
18
- '3.3'
19
- '3.2'
20
- "head"
spec/roda/delegation_error_spec.rb
@@ -13,6 +13,6 @@
13
it "raises an error" do
expect {
get "/link" # expects delegates on Phlex::SGML
- }.to raise_error(NoMethodError, /undefined method `url'/)
+ }.to raise_error(NoMethodError, /undefined method (?:`|')url'/)
end
0 commit comments