summaryrefslogtreecommitdiff
path: root/spec/support/shared/unit/user_and_client_shared.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-07 09:22:06 -0700
committerGitHub <noreply@github.com>2020-04-07 09:22:06 -0700
commitb2ea23fabeed43a12fb5d3c8a70fc57a336757b0 (patch)
tree6ae2761ce90ad59e815a1db9ac86a45bf5c44633 /spec/support/shared/unit/user_and_client_shared.rb
parent14deb837315af9823921870de832c1579488ff75 (diff)
parent34caf4c788e206df8a883fe333b0d66922c34e04 (diff)
downloadchef-b2ea23fabeed43a12fb5d3c8a70fc57a336757b0.tar.gz
Merge pull request #9609 from MsysTechnologiesllc/VSingh/typos-fixes
Spell checking in comments and log messages
Diffstat (limited to 'spec/support/shared/unit/user_and_client_shared.rb')
-rw-r--r--spec/support/shared/unit/user_and_client_shared.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared/unit/user_and_client_shared.rb b/spec/support/shared/unit/user_and_client_shared.rb
index 40042933e2..1554a3dd8e 100644
--- a/spec/support/shared/unit/user_and_client_shared.rb
+++ b/spec/support/shared/unit/user_and_client_shared.rb
@@ -63,7 +63,7 @@ shared_examples_for "user or client create" do
}
end
- it "puts the public key into the objectr returned by create" do
+ it "puts the public key into the object returned by create" do
expect(rest_v1).to receive(:post).with(url, payload).and_return(payload.merge(chef_key))
new_object = object.create
expect(new_object.public_key).to eq("some_public_key")