summaryrefslogtreecommitdiff
path: root/spec/unit/run_list/versioned_recipe_list_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/run_list/versioned_recipe_list_spec.rb')
-rw-r--r--spec/unit/run_list/versioned_recipe_list_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/run_list/versioned_recipe_list_spec.rb b/spec/unit/run_list/versioned_recipe_list_spec.rb
index e116ffc130..03eef8da3c 100644
--- a/spec/unit/run_list/versioned_recipe_list_spec.rb
+++ b/spec/unit/run_list/versioned_recipe_list_spec.rb
@@ -69,7 +69,7 @@ describe Chef::RunList::VersionedRecipeList do
expect(list.with_versions).to include({ name: "rails", version: "1.0.0" })
end
- it "should allow you to spcify no version, even when a version already exists" do
+ it "should allow you to specify no version, even when a version already exists" do
list.add_recipe "rails", "1.0.0"
list.add_recipe "rails"
expect(list.with_versions).to include({ name: "rails", version: "1.0.0" })