oops, broke tests with the change to 'Sign in'

This commit is contained in:
Skud
2013-02-06 16:00:47 +11:00
parent 1dbed949f6
commit a50bee4828

View File

@@ -15,7 +15,7 @@ describe 'layouts/application.html.haml', :type => "view" do
it 'should have signup/login links' do
rendered.should contain 'Sign up'
rendered.should contain 'Log in'
rendered.should contain 'Sign in'
end
end
@@ -50,7 +50,7 @@ describe 'layouts/application.html.haml', :type => "view" do
end
it 'should show logout link' do
rendered.should contain 'Log out'
rendered.should contain 'Sign out'
end
end