Geremia Taglialatela
12 years ago
3 changed files with 11 additions and 3 deletions
@ -1 +1 @@ |
|||||
0.5.0 |
0.5.1 |
||||
|
@ -1,8 +1,8 @@ |
|||||
require 'spec_helper' |
require 'spec_helper' |
||||
|
|
||||
describe 'Home' do |
describe 'Home' do |
||||
it "shows Hello World message" do |
it "has Hello World in title" do |
||||
visit root_path |
visit root_path |
||||
expect(page).to have_content I18n.t('hello') |
expect(page).to have_title I18n.t('hello') |
||||
end |
end |
||||
end |
end |
||||
|
Loading…
Reference in new issue