From d4576f24539e2a8d62e3a48f9b8e3c7bd979e485 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 9 Sep 2015 15:25:02 +0200 Subject: [PATCH] update params in transaction controller spec --- spec/controllers/transactions_controller_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/controllers/transactions_controller_spec.rb b/spec/controllers/transactions_controller_spec.rb index 07f353a..de39b7c 100644 --- a/spec/controllers/transactions_controller_spec.rb +++ b/spec/controllers/transactions_controller_spec.rb @@ -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'