2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
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

View file

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