Sha256: 52d77e251478150ec9ba2e16d7b2d29f39b00151f69902cab2f4087eea7d5508

Contents?: true

Size: 1.21 KB

Versions: 9

Compression:

Stored size: 1.21 KB

Contents

Feature: Packaging

	@announce-output
	Scenario: 'example' project can be packaged successfully
		When I run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example -v 0.0.1 example -- --post-install /distrib/postinstall.sh`
		Then the exit status should be 0
		And the stdout should contain exactly "conjur-example_0.0.1_amd64.deb"

	@announce-output
	Scenario: 'clean' command will delete non-Git-managed files
		Given I successfully run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example -v 0.0.1 example -- --post-install /distrib/postinstall.sh`
		And I successfully run `env DEBUG=true GLI_DEBUG=true debify clean -d ../../example --force`
		And I successfully run `find ../../example`
		Then the stdout from "find ../../example" should not contain "conjur-example_0.0.1_amd64.deb"

	@announce-output
	Scenario: 'example' project can be tested successfully
		Given I successfully run `env DEBUG=true GLI_DEBUG=true debify package -d ../../example -v 0.0.1 example -- --post-install /distrib/postinstall.sh`
		When I run `env DEBUG=true GLI_DEBUG=true debify test -t 4.6-stable -v 0.0.1 -d ../../example --no-pull example test.sh`
		Then the exit status should be 0
		And the stderr should contain "Test succeeded"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
conjur-debify-1.0.0 features/debify.feature
conjur-debify-0.11.0 features/debify.feature
conjur-debify-0.10.2 features/debify.feature
conjur-debify-0.10.1 features/debify.feature
conjur-debify-0.10.0 features/debify.feature
conjur-debify-0.9.2 features/debify.feature
conjur-debify-0.9.1 features/debify.feature
conjur-debify-0.9.0 features/debify.feature
conjur-debify-0.8.0 features/debify.feature