Show a preview list of investments in the budget landing page

Note one of the tests dealing with random results is a bit flaky; since
it's a permutation selecting 7 objects out of 12, it will fail about
once every 4 million times. We think this is acceptable.

Co-Authored-By: Julian Nicolas Herrero <microweb10@gmail.com>
This commit is contained in:
decabeza
2020-04-21 11:11:17 +02:00
committed by Javi Martín
parent cb0818b7d6
commit 122195e33c
13 changed files with 417 additions and 2 deletions

View File

@@ -37,3 +37,5 @@
</div>
</div>
</div>
<%= render Budgets::InvestmentsListComponent.new(budget) %>