Skip to content

Commit 30f0e1f

Browse files
committed
Fix Rubocop issue
1 parent 3be37bb commit 30f0e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/defines/view_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236

237237
context 'with custom_options => { "sortlist" => ["localnets", "localhost"] }' do
238238
let(:params) do
239-
{ custom_options: { 'sortlist' => ['localnets', 'localhost'] } }
239+
{ custom_options: { 'sortlist' => %w[localnets localhost] } }
240240
end
241241

242242
it {

0 commit comments

Comments
 (0)