refer to Rails 5 wiki (to be created)

This commit is contained in:
Joseph Mastey
2017-01-29 19:04:48 -06:00
parent d51f48f2d9
commit 563ada1e04
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ feature 'csrf' do
@normal_user = UserFixture.normal_user
end
scenario "attack\nTutorial: https://github.com/OWASP/railsgoat/wiki/R4-A8-CSRF", :js => true do
scenario "attack\nTutorial: https://github.com/OWASP/railsgoat/wiki/R5-A8-CSRF", :js => true do
visit '/'
# TODO: is there a way to get this without visiting root first?
base_url = current_url