Skip to content

Commit c89e14a

Browse files
committed
match
1 parent 7da5418 commit c89e14a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/jekyll_auth_jekyll_site_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def app
3333
it "serves the default 404" do
3434
get "/a-bad-path"
3535
expect(last_response.status).to eql(404)
36-
expect(last_response.body).to eql(%r!Not ?Found!i)
36+
expect(last_response.body).to match(%r!Not ?Found!i)
3737
end
3838

3939
it "serves a custom 404" do

0 commit comments

Comments
 (0)