This commit is contained in:
Joshua Rosenfeld 2020-08-26 17:31:02 -04:00 committed by GitHub
parent 1e6d125db6
commit b12afa9435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ RSpec.describe RobotsTxtController do
set_subfolder "/forum" set_subfolder "/forum"
get '/robots.txt' get '/robots.txt'
expect(response.body).to include("\nDisallow: /forum/admin") expect(response.body).to include("\nDisallow: /forum/email/")
end end
end end