summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-28 10:33:20 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-28 10:33:20 -0700
commit7e976aaa84a3423abaea8b02c3168c5063735a33 (patch)
treead1680616598f2396e1922b51bcfc79a9ffa19ce /spec
parentd81f780663bd43f7c565f357094aea87f86262cc (diff)
downloadmixlib-cli-7e976aaa84a3423abaea8b02c3168c5063735a33.tar.gz
Fix minor typosspelling
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec')
-rw-r--r--spec/mixlib/cli_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mixlib/cli_spec.rb b/spec/mixlib/cli_spec.rb
index 91a4a4d..ec9435c 100644
--- a/spec/mixlib/cli_spec.rb
+++ b/spec/mixlib/cli_spec.rb
@@ -299,7 +299,7 @@ describe Mixlib::CLI do
expect(@cli.config[:require_me]).to eql("")
end
- it "preserves all of the commandline arguments, ARGV" do
+ it "preserves all of the command line arguments, ARGV" do
TestCLI.option(:config_file, short: "-c CONFIG")
@cli = TestCLI.new
argv_old = ARGV.dup