mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 21:56:55 -04:00
oops, broke tests with the change to 'Sign in'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user