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'