Skip to content

Commit

Permalink
Appease Lint/EmptyBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Oct 22, 2020
1 parent b4af7eb commit 6e14c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rubocop/ast/array_node_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
let(:source) { '[1, 2, 3]' }

context 'with block' do
it { expect(array_node.each_value {}).to be_a(described_class) }
it { expect(array_node.each_value { nil }).to be_a(described_class) }

it do
ret = []
Expand Down

0 comments on commit 6e14c43

Please sign in to comment.