Sha256: 7f5c505c6d16941fc73cfe3912df191e3f3ddd8961a5ceac1c20f6e0abe7e932
Contents?: true
Size: 791 Bytes
Versions: 1
Compression:
Stored size: 791 Bytes
Contents
Feature: Billd Scenario: Given a file named "build.xml" with: """ <Projects> <Project name="successful-project" lastBuildStatus="Success" activity="Sleeping"/> <Project name="building-from-success-project" lastBuildStatus="Success" activity="Building"/> <Project name="building-from-failure-project" lastBuildStatus="Failure" activity="Building"/> <Project name="failed-project" lastBuildStatus="Failure" activity="Sleeping"/> </Projects> """ When I run `billd build.xml` Then the stdout should contain: """ successful-project: Success! building-from-success-project: Building! building-from-failure-project: Building! failed-project: Failure! """ And the exit status should be 0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
billd-0.0.2 | features/billd.feature |