summaryrefslogtreecommitdiff
path: root/spec/features/profiles/preferences_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/profiles/preferences_spec.rb')
-rw-r--r--spec/features/profiles/preferences_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/profiles/preferences_spec.rb b/spec/features/profiles/preferences_spec.rb
index 259ed7531d8..d14a1158b67 100644
--- a/spec/features/profiles/preferences_spec.rb
+++ b/spec/features/profiles/preferences_spec.rb
@@ -69,13 +69,13 @@ describe 'Profile > Preferences', feature: true do
allowing_for_delay do
find('#logo').click
- expect(page).to have_content('You don\'t have starred projects yet')
+ expect(page).to have_content("You don't have starred projects yet")
expect(page.current_path).to eq starred_dashboard_projects_path
end
click_link 'Your Projects'
- expect(page).not_to have_content('You don\'t have starred projects yet')
+ expect(page).not_to have_content("You don't have starred projects yet")
expect(page.current_path).to eq dashboard_projects_path
end
end