summaryrefslogtreecommitdiff
path: root/spec/ruby/core/array/pack/shared/basic.rb
diff options
context:
space:
mode:
authorUtkarsh Gupta <utkarsh@debian.org>2020-06-30 13:46:25 +0530
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-15 16:05:12 +0900
commit281898ed6c9a6f4f1e62acf1f4df0c7dcfc741e3 (patch)
treecec4b3f84a94416be80f7eeb2da200da14fcd1a9 /spec/ruby/core/array/pack/shared/basic.rb
parent8c65f612f4e4caaecfd3291907f48c9e075c0319 (diff)
[rubygems/rubygems] Fix Rakefile to make Style/SymbolArray happy
In case of multiple Rake tasks, the default tasks would look something like this: `task default: [:spec, :rubocop]` Instead, they should use %i and look something like this: `task default: %i[spec rubocop]` Signed-off-by: Utkarsh Gupta <utkarsh@debian.org> https://github.com/rubygems/rubygems/commit/487ecd59ce
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3275
Diffstat (limited to 'spec/ruby/core/array/pack/shared/basic.rb')
0 files changed, 0 insertions, 0 deletions