Skip to content

Instantly share code, notes, and snippets.

@aldesantis
Created February 12, 2015 14:07
Show Gist options
  • Save aldesantis/f79742dd901290d48265 to your computer and use it in GitHub Desktop.
Save aldesantis/f79742dd901290d48265 to your computer and use it in GitHub Desktop.
require 'rails_helper'
RSpec.feature 'The home page' do
scenario 'Visiting the home' do
visit '/'
expect(page).to have_content I18n.t('pages.home.heading')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment