summaryrefslogtreecommitdiff
path: root/spec/unit/knife
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-01 15:37:06 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-01 15:37:06 -0800
commita847530bca8dc50cf7f9804f8d9d14879483da51 (patch)
tree9d82db8ed8dbbf66775aaae46bc54807b89cb8d6 /spec/unit/knife
parent7eea5811cf26074b3ec24760e14ea5ac43bb6217 (diff)
downloadchef-a847530bca8dc50cf7f9804f8d9d14879483da51.tar.gz
Roll back a few chefstyle fixes
These came with one of the newer releases of Rubocop Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/unit/knife')
-rw-r--r--spec/unit/knife/core/node_editor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife/core/node_editor_spec.rb b/spec/unit/knife/core/node_editor_spec.rb
index d8e5c86d2c..4eac07c313 100644
--- a/spec/unit/knife/core/node_editor_spec.rb
+++ b/spec/unit/knife/core/node_editor_spec.rb
@@ -74,7 +74,7 @@ describe Chef::Knife::NodeEditor do
expect(ui).to have_received(:warn)
.with "Changing the name of a node results in a new node being " +
- "created, test_node will not be modified or removed."
+ "created, test_node will not be modified or removed."
expect(ui).to have_received(:confirm)
.with("Proceed with creation of new node")