features/groups_install.feature in berkshelf-1.0.0.rc1 vs features/groups_install.feature in berkshelf-1.0.0.rc2
- old
+ new
@@ -7,11 +7,11 @@
Given I write to "Berksfile" with:
"""
group :notme do
cookbook "nginx", "= 0.101.2"
end
-
+
cookbook "artifact", "= 0.10.0"
group :takeme do
cookbook "ntp", "= 1.1.8"
end
@@ -28,11 +28,11 @@
Given I write to "Berksfile" with:
"""
group :notme do
cookbook "nginx", "= 0.101.2"
end
-
+
cookbook "artifact", "= 0.10.0"
group :takeme do
cookbook "ntp", "= 1.1.8"
end
@@ -49,10 +49,10 @@
Given I write to "Berksfile" with:
"""
group :notme do
cookbook "nginx", "= 0.101.2"
end
-
+
cookbook "artifact", "= 0.10.0"
group :takeme do
cookbook "ntp", "= 1.1.8"
end