Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- describe "Login" do
- it "shows login page", js: true do
- visit login_path
- fill_in 'username', with: 'hello'
- fill_in 'password', with: 'password'
- click_button 'Sign in'
- expect(page).to have_content 'Success'
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment