features/install_command.feature in berkshelf-2.0.15 vs features/install_command.feature in berkshelf-2.0.16
- old
+ new
@@ -235,11 +235,11 @@
"""
metadata
"""
When I cd to "sparkle_motion"
And I successfully run `berks install`
- Then the output should contain exactly:
+ Then the stdout should contain exactly:
"""
Using sparkle_motion (0.0.0) from metadata
"""
And the exit status should be 0
@@ -249,10 +249,10 @@
And I write to "Berksfile" with:
"""
metadata path: './fake'
"""
When I successfully run `berks install`
- Then the output should contain exactly:
+ Then the stdout should contain exactly:
"""
Using fake (0.0.0) from metadata at './fake'
"""
And the exit status should be 0