Fixed specs
Fixed changelog
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'Home' do
|
||||
it "shows Hello World message" do
|
||||
it "has Hello World in title" do
|
||||
visit root_path
|
||||
expect(page).to have_content I18n.t('hello')
|
||||
expect(page).to have_title I18n.t('hello')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user