Print a failing build so I can debug on travis

This commit is contained in:
Thomas Reynolds 2015-12-13 13:59:44 -08:00
parent b6befd3fc3
commit 01f899f529
4 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,7 @@ Given /^a built app at "([^\"]*)"$/ do |path|
end
Given /^was successfully built$/ do
step %Q{the output should contain "Project built successfully."}
step %Q{the exit status should be 0}
step %Q{a directory named "build" should exist}
end