Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': Scenario: Show welcome feed Given log me in When I'm on "profile" page Then Page should have content "You are welcome" Given /^log me in$/ do @user = FactoryGirl.create :user, email: 'user@mail.ru', password: '12345678', username: ' visit sign_in_path fill_in 'user_email', with: 'user@mail.ru' fill_in 'user_password', with: '12345678' click_on 'Enter' end Source: […]

Viewing all articles
Browse latest Browse all 2663

Trending Articles