Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)

This commit is contained in:
Nick Schonning
2023-02-18 17:10:19 -05:00
committed by GitHub
parent 2177daeae9
commit 3680e032b4
17 changed files with 25 additions and 21 deletions

View File

@ -32,6 +32,7 @@ describe StatusFilter do
context 'with real account' do
let(:account) { Fabricate(:account) }
subject { described_class.new(status, account) }
context 'when there are no connections' do