features/without.feature in berkshelf-0.3.2 vs features/without.feature in berkshelf-0.3.3
- old
+ new
@@ -15,10 +15,11 @@
group :takeme do
cookbook "ntp", "= 1.1.8"
end
"""
- When I run `knife berks install --without notme`
+ When I run the install command with flags:
+ | --without notme |
Then the cookbook store should have the cookbooks:
| mysql | 1.2.4 |
| ntp | 1.1.8 |
And the cookbook store should not have the cookbooks:
| nginx | 0.101.2 |