adds pending spec for edge case

This commit is contained in:
rgarcia
2016-03-09 16:47:35 +01:00
parent 9aaeb23e7f
commit 2fe1e0d624

View File

@@ -89,6 +89,10 @@ describe SpendingProposal do
spending_proposal.update(feasible: true)
expect(spending_proposal.marked_as_unfeasible?).to eq false
end
xit "when marked as unfeasible but there is no admin associated...
an exception occurs when sending the unfeasible email,
because spending_proposal.administrator.id is nil.."
end
end