features/commands/apply.feature in berkshelf-3.0.0.beta6 vs features/commands/apply.feature in berkshelf-3.0.0.beta7
- old
+ new
@@ -34,8 +34,8 @@
Scenario: Locking an environment when no lockfile is present
When I run `berks apply my_env`
Then the output should contain:
"""
- No lockfile found at Berksfile.lock
+ Lockfile not found! Run `berks install` to create the lockfile.
"""
And the exit status should be "LockfileNotFound"