Sha256: b16c7d69bed267a59134127be8a3061ae10842975f1f62abe6a47ab87ecd01c9
Contents?: true
Size: 1.21 KB
Versions: 8
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.8-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
8 entries across 8 versions & 1 rubygems