features/json_formatter.feature in berkshelf-2.0.15 vs features/json_formatter.feature in berkshelf-2.0.16

- old
+ new

@@ -7,11 +7,11 @@ Given I write to "Berksfile" with: """ cookbook 'berkshelf-cookbook-fixture', '1.0.0' """ When I successfully run `berks install --format json` - Then the output should contain JSON: + Then the stdout should contain JSON: """ { "cookbooks": [ { "version": "1.0.0", @@ -34,11 +34,11 @@ And I write to "Berksfile" with: """ cookbook 'berkshelf-cookbook-fixture', '1.0.0' """ When I successfully run `berks install --format json` - Then the output should contain JSON: + Then the stdout should contain JSON: """ { "cookbooks": [ { "name": "berkshelf-cookbook-fixture", @@ -59,10 +59,10 @@ Given a Berksfile with path location sources to fixtures: | example_cookbook | example_cookbook-0.5.0 | And the Chef server does not have the cookbooks: | example_cookbook | 0.5.0 | When I successfully run `berks upload --format json` - Then the output should contain JSON: + Then the stdout should contain JSON: """ { "cookbooks": [ { "name": "example_cookbook",