From 0f785bbc7ecf932e81c84ec98636ffd305994b47 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Wed, 5 Aug 2015 00:48:16 -0700 Subject: ink to configured gravatar host on profile page --- features/steps/profile/profile.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features/steps') diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 2b6b8b167f6..8cf24705a5e 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -59,6 +59,10 @@ class Spinach::Features::Profile < Spinach::FeatureSteps step 'I should not see the "Remove avatar" button' do expect(page).not_to have_link("Remove avatar") end + + step 'I should see the gravatar host link' do + expect(page).to have_link("gravatar.com") + end step 'I try change my password w/o old one' do page.within '.update-password' do -- cgit v1.2.1