This commit is contained in:
cktricky
2016-06-09 22:33:53 -04:00
parent d1874789f2
commit 79c1ddd45d
12 changed files with 13 additions and 25 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ feature 'broken_auth' do
@normal_user = UserFixture.normal_user
end
scenario 'one' do
scenario "one\nTutorial: https://github.com/OWASP/railsgoat/wiki/A2-Credential-Enumeration" do
visit '/'
within('.signup') do
fill_in 'email', :with => @normal_user.email + 'not'
@@ -19,7 +19,7 @@ feature 'broken_auth' do
expect(find('div#flash_notice').text).to eq("#{@normal_user.email}not doesn't exist!")
end
scenario 'two' do
scenario "two\nTutorial: https://github.com/OWASP/railsgoat/wiki/A2-Credential-Enumeration" do
visit '/'
within('.signup') do
fill_in 'email', :with => @normal_user.email