features/vagrant-exec.feature in vagrant-exec-0.4.1 vs features/vagrant-exec.feature in vagrant-exec-0.5.0

- old
+ new

@@ -14,10 +14,16 @@ """ And I run `bundle exec vagrant up` Scenario Outline: shows help correctly When I run `bundle exec vagrant exec <args>` - Then the output should contain "Usage: vagrant exec [options] <command>" + Then the output should contain: + """ + Usage: vagrant exec [options] <command> + + -h, --help Print this help + --binstubs Generate binstubs for configured commands + """ Examples: | args | | | | -h | | --help |