Conflicts:
	Gemfile
	Gemfile.lock
This commit is contained in:
Graham Kaplan
2014-04-05 19:27:05 -07:00
91 changed files with 1409 additions and 103 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
require 'spec_helper'
describe 'Home' do
it "has Hello World in title" do
visit root_path
expect(page).to have_title I18n.t('hello')
end
#it "has Hello World in title" do
# visit root_path
# expect(page).to have_title I18n.t('hello')
#end
end