Edit /spec/features/profiles/preferences_spec.rb to match changes in 084d90ac

This commit is contained in:
Ryan Harris 2016-11-29 13:39:57 -05:00
parent 084d90acc4
commit 530d222815

View file

@ -73,7 +73,7 @@ describe 'Profile > Preferences', feature: true do
expect(page.current_path).to eq starred_dashboard_projects_path
end
click_link 'Your Projects'
click_link 'Your projects'
expect(page).not_to have_content("You don't have starred projects yet")
expect(page.current_path).to eq dashboard_projects_path