summaryrefslogtreecommitdiff
path: root/spec/unit/knife/environment_edit_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/knife/environment_edit_spec.rb')
-rw-r--r--spec/unit/knife/environment_edit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife/environment_edit_spec.rb b/spec/unit/knife/environment_edit_spec.rb
index 1f2ff27ce8..ccac745888 100644
--- a/spec/unit/knife/environment_edit_spec.rb
+++ b/spec/unit/knife/environment_edit_spec.rb
@@ -63,7 +63,7 @@ describe Chef::Knife::EnvironmentEdit do
@knife.run
end
- it "shoud show usage and exit when no environment name is provided" do
+ it "should show usage and exit when no environment name is provided" do
@knife.name_args = []
expect(@knife).to receive(:show_usage)
expect { @knife.run }.to raise_error(SystemExit)