We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da5418 commit c89e14aCopy full SHA for c89e14a
1 file changed
spec/jekyll_auth_jekyll_site_spec.rb
@@ -33,7 +33,7 @@ def app
33
it "serves the default 404" do
34
get "/a-bad-path"
35
expect(last_response.status).to eql(404)
36
- expect(last_response.body).to eql(%r!Not ?Found!i)
+ expect(last_response.body).to match(%r!Not ?Found!i)
37
end
38
39
it "serves a custom 404" do
0 commit comments