Sha256: 3e967d1bad4b0c759ef7080c3a4918ee69bcb441390b162b48b4b5c03bb8d71e
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 Bytes
Contents
@no-clobber Feature: vagrant-adam local file In order to check vagrant-adam is working As a user I should see issues with a basic smoke test Scenario: Given a Vagrantfile with a adam.provision_url of "./hello_world_local_file.sh" And a shell file 'hello_world_local_file.sh' with content of "echo 'Hello World!'" When I run `bundle exec vagrant up` Then the exit status should not be 1 And the output should contain "Hello World" Scenario: Given a Vagrantfile with a adam.provision_url of "./fail_script.sh" And a shell file 'fail_script.sh' with content of "echo 'missing single quote" When I run `bundle exec vagrant up` Then the exit status should not be 0 And the output should contain "Syntax error: Unterminated quoted string"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-adam-0.1.0a | features/vagrant-adam/basic_local_file.feature |