Bundle update rubocop and auto correct style issues
This commit is contained in:
parent
22fd814193
commit
9c9ebdf557
13 changed files with 42 additions and 37 deletions
|
|
@ -59,7 +59,7 @@ describe BankTransaction do
|
|||
let!(:bank_transaction8) { create :bank_transaction, bank_account: bank_account, reference: "FS#{ordergroup.id}X10", amount: 10 }
|
||||
|
||||
it 'ignores transaction with invalid reference' do
|
||||
expect(bank_transaction1.assign_to_ordergroup).to be nil
|
||||
expect(bank_transaction1.assign_to_ordergroup).to be_nil
|
||||
end
|
||||
|
||||
it 'ignores transaction with invalid ordergroup' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue