features/json_formatter.feature in berkshelf-0.4.0 vs features/json_formatter.feature in berkshelf-0.5.0.rc1
- old
+ new
@@ -41,22 +41,5 @@
And the JSON at "cookbooks" should have 1 cookbook
And the JSON at "cookbooks/0/version" should be "0.5.0"
And the JSON should have "cookbooks/0/uploaded_to"
And the Chef server should have the cookbooks:
| example_cookbook | 0.5.0 |
-
- Scenario: JSON output when running install command with the --shims flag
- Given I write to "Berksfile" with:
- """
- cookbook "mysql", "1.2.4"
- """
- When I run the install command with flags:
- | --shims |
- | --format json|
- Then the following directories should exist:
- | cookbooks |
- | cookbooks/mysql |
- And the output should be JSON
- And the JSON should have "shims_dir"
-
-
-