From 94d3cbb3801bedf58e6d71a432cff5f819b2fc5c Mon Sep 17 00:00:00 2001 From: rgarcia Date: Fri, 9 Sep 2016 19:01:34 +0200 Subject: [PATCH] adds pending spec --- spec/features/budgets/ballots_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/features/budgets/ballots_spec.rb b/spec/features/budgets/ballots_spec.rb index 924df42f8..241241914 100644 --- a/spec/features/budgets/ballots_spec.rb +++ b/spec/features/budgets/ballots_spec.rb @@ -314,7 +314,8 @@ feature 'Ballots' do end context 'Showing the ballot' do - pending "do not display heading name if there is only one heading in the group (example: group city)" + pending "Do not display heading name if there is only one heading in the group (example: group city)" + pending "Money remaining in each group (maybe integrate in an existing scenario)" scenario 'Displaying the correct count & amount', :focus do user = create(:user, :level_two)