summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMal Graty <mal.graty@googlemail.com>2017-11-28 10:56:14 +0000
committerMal Graty <mal.graty@googlemail.com>2017-11-28 10:56:14 +0000
commit4b52680a30d43c4c41595379b78fce09ec8e70d8 (patch)
tree6ee8f605b580866744139e8fba2a274dee8e6b89
parentca777b8d442c29aa7322e98eb8c3feb4f4c84936 (diff)
downloadchef-4b52680a30d43c4c41595379b78fce09ec8e70d8.tar.gz
Typos
Signed-off-by: Mal Graty <mal.graty@googlemail.com>
-rw-r--r--spec/functional/knife/ssh_spec.rb2
-rw-r--r--spec/unit/knife/ssh_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/knife/ssh_spec.rb b/spec/functional/knife/ssh_spec.rb
index 9d6fd3ae10..fe1db2df20 100644
--- a/spec/functional/knife/ssh_spec.rb
+++ b/spec/functional/knife/ssh_spec.rb
@@ -185,7 +185,7 @@ describe Chef::Knife::Ssh do
end
end
- context "when knife[:ssh_attribute] is not provided]" do
+ context "when knife[:ssh_attribute] is not provided" do
before do
setup_knife(["*:*", "uptime"])
Chef::Config[:knife][:ssh_attribute] = nil
diff --git a/spec/unit/knife/ssh_spec.rb b/spec/unit/knife/ssh_spec.rb
index 815995b687..e786de5431 100644
--- a/spec/unit/knife/ssh_spec.rb
+++ b/spec/unit/knife/ssh_spec.rb
@@ -67,7 +67,7 @@ describe Chef::Knife::Ssh do
end
end
- it "searchs for and returns an array of fqdns" do
+ it "searches for and returns an array of fqdns" do
expect(@knife).to receive(:session_from_list).with([
["foo.example.org", nil],
["bar.example.org", nil],