diff options
author | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-04-07 00:24:35 +0530 |
---|---|---|
committer | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-04-07 00:24:35 +0530 |
commit | a700fec953f275b2b0338130baa85b12beec0aea (patch) | |
tree | d154db2f588316c289b33036c5de256a040172b6 /spec/unit/knife_spec.rb | |
parent | be60ec97c5774ebaf7d2f4cfdc82bc51f59fb2bb (diff) | |
download | chef-a700fec953f275b2b0338130baa85b12beec0aea.tar.gz |
some spec typos
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'spec/unit/knife_spec.rb')
-rw-r--r-- | spec/unit/knife_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife_spec.rb b/spec/unit/knife_spec.rb index 47d4a6bf66..ba6a084454 100644 --- a/spec/unit/knife_spec.rb +++ b/spec/unit/knife_spec.rb @@ -526,7 +526,7 @@ describe Chef::Knife do knife.run_with_pretty_exceptions expect(stderr.string).to match(/The request that .* sent was using API version 10000000./) - expect(stderr.string).to match(/The server you sent the request to supports a min API verson of 0 and a max API version of 1./) + expect(stderr.string).to match(/The server you sent the request to supports a min API version of 0 and a max API version of 1./) expect(stderr.string).to match(/Please either update your .* or the server to be a compatible set./) end |