Bundle update rubocop and auto correct style issues

This commit is contained in:
Patrick Gansterer 2022-10-08 16:03:19 +02:00
parent f7f8774c43
commit a81bb25512
9 changed files with 875 additions and 883 deletions

View file

@ -4,8 +4,7 @@ describe BankTransaction do
let(:bank_account) { create :bank_account }
it 'empty content' do
content = <<-JSON
JSON
content = ''
importer = BankAccountInformationImporter.new(bank_account)
expect(importer.import!(content)).to be_nil