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