diff options
author | PrajaktaPurohit <PrajaktaPurohit@users.noreply.github.com> | 2022-04-07 06:43:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 06:43:38 -0700 |
commit | e5a01d7ca8695bf9a13b48dc27011f66be75c9aa (patch) | |
tree | 47adc7f003846dda1042a78eae201cd116674fae /spec | |
parent | 2f7712deb8f1889d19e8ba86a2ce2ebd83cb24ca (diff) | |
parent | 1ec0308cda4a9d42300bc96ce0e9e4e9eb16d94b (diff) | |
download | mixlib-cli-main.tar.gz |
Merge pull request #84 from chef/IPACK-101-chef-mixlib-cli-operationalize-ruby-3-0-3-1-in-verify-pipelineHEADmain
add ruby tests 3.0 and 3.1 in verify pipeline
Diffstat (limited to 'spec')
-rw-r--r-- | spec/mixlib/cli_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/mixlib/cli_spec.rb b/spec/mixlib/cli_spec.rb index 922f28b..ea257bb 100644 --- a/spec/mixlib/cli_spec.rb +++ b/spec/mixlib/cli_spec.rb @@ -465,6 +465,7 @@ describe Mixlib::CLI do class T3 < TestCLI option :arg2, boolean: true end + class T4 < T3 option :arg3, boolean: true end |