Improvement - CRUD budgets and content blocks

This commit is contained in:
Julian Herrero
2019-01-04 13:08:47 +01:00
parent cc288fcedd
commit d77183ee09
11 changed files with 37 additions and 31 deletions

View File

@@ -33,8 +33,7 @@ feature "Admin budget headings" do
scenario "Displaying no headings for group" do
visit admin_budget_group_headings_path(budget, group)
expect(page).to have_content "No headings created yet. "
expect(page).to have_content "Each user will be able to vote in only one heading per group."
expect(page).to have_content "There are no headings."
end
scenario "Displaying headings" do