fixxing minor rubocop offenses for specs

This commit is contained in:
Tobias Kneuker 2022-09-13 15:43:21 +02:00
parent f7f8774c43
commit 735cc194af
3 changed files with 3 additions and 4 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