Add page content test suggested by tygriffin

This commit is contained in:
Skud
2014-08-27 18:43:44 +10:00
parent d991765edb
commit d35639d7cb

View File

@@ -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