Skip to content

Instantly share code, notes, and snippets.

@alanmaciel
Created October 31, 2012 20:13
Show Gist options
  • Save alanmaciel/3989523 to your computer and use it in GitHub Desktop.
Save alanmaciel/3989523 to your computer and use it in GitHub Desktop.
spec/requests/content_pages_spec.rb
describe "Home page" do
it "should have the content 'Sample App'" do
visit '/static_pages/home'
page.should have_content('Sample App')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment