Print a failing build so I can debug on travis
This commit is contained in:
parent
b6befd3fc3
commit
01f899f529
4 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue