update params in transaction controller spec

This commit is contained in:
Ilion Beyst 2015-09-09 15:25:02 +02:00
parent 028fc8c641
commit d4576f2453
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RSpec.describe TransactionsController, type: :controller do
context "with valid attributes" do
before :each do
@attributes = { transaction: {
debtor: @debtor.name,
creditor: @creditor.name,
amount: 20,
message: 'hoi'