This commit is contained in:
Joshua Rosenfeld
2020-08-26 17:31:02 -04:00
committed by GitHub
parent 1e6d125db6
commit b12afa9435

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