Created
February 12, 2015 14:07
-
-
Save aldesantis/f79742dd901290d48265 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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