features/billd.feature in billd-0.0.1 vs features/billd.feature in billd-0.0.2

- old
+ new

@@ -9,13 +9,13 @@ <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` - And the stdout should contain: + Then the stdout should contain: """ successful-project: Success! building-from-success-project: Building! building-from-failure-project: Building! failed-project: Failure! """ - Then the exit status should be 0 + And the exit status should be 0