From d35639d7cb1bda849ea471d5f817830fcaae29de Mon Sep 17 00:00:00 2001 From: Skud Date: Wed, 27 Aug 2014 18:43:44 +1000 Subject: [PATCH] Add page content test suggested by tygriffin --- spec/features/admin/account_types_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/features/admin/account_types_spec.rb b/spec/features/admin/account_types_spec.rb index 0ec005dd2..2f8cda09f 100644 --- a/spec/features/admin/account_types_spec.rb +++ b/spec/features/admin/account_types_spec.rb @@ -37,6 +37,7 @@ feature "account types" do click_button 'Save' current_path.should eq account_type_path(a) page.should have_content 'Account type was successfully updated' + page.should have_content 'Something else' end scenario 'deleting account type' do