Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 724 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 724 Bytes

README

  • Tests
  • Creating articles

    actions:
    Visit root page
    click on new article
    fill in title
    fill in body
    create article

    expectations:
    article has been created
    articles path

  • Listing articles feature test

    create 2 articles to display

    list the two articles

    expect both article titles and bodies to be present

  • show article feature test

    create 1 article to display

    show the article title and details

  • Articles request error test

  • User sign-up

    visit root click on signup link fill in email and password + confirmation

    Sign up

    invalid signup