Testing tests

This commit is contained in:
Godwin
2014-03-23 13:31:08 -06:00
parent 55d47180e0
commit fda5646974
17 changed files with 199 additions and 199 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