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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/run_list/versioned_recipe_list_spec.rb b/spec/unit/run_list/versioned_recipe_list_spec.rb
index be57d6c944..356b9d682c 100644
--- a/spec/unit/run_list/versioned_recipe_list_spec.rb
+++ b/spec/unit/run_list/versioned_recipe_list_spec.rb
@@ -87,7 +87,7 @@ describe Chef::RunList::VersionedRecipeList do
[
{:name => "apt", :version => "1.0.0"},
{:name => "god", :version => nil},
- {:name => "apache2", :version => "0.0.1"}
+ {:name => "apache2", :version => "0.0.1"},
]
end
it "should return an array of hashes with :name and :version" do
@@ -108,7 +108,7 @@ describe Chef::RunList::VersionedRecipeList do
[
{:name => "apt", :version => "~> 1.2.0"},
{:name => "god", :version => nil},
- {:name => "apache2", :version => "0.0.1"}
+ {:name => "apache2", :version => "0.0.1"},
]
end