Skip to content

Instantly share code, notes, and snippets.

@rhargreaves
Created June 28, 2016 11:00
Show Gist options
  • Save rhargreaves/34b344251a3986024aef34bfc11a9ee7 to your computer and use it in GitHub Desktop.
Save rhargreaves/34b344251a3986024aef34bfc11a9ee7 to your computer and use it in GitHub Desktop.
SPA 2016: Acceptance Test 1: Site Loads
it 'loads the page' do
visit @site_url
expect(page).to have_content 'clouds'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment