1
0
mirror of https://github.com/sstephenson/bats.git synced 2026-02-25 09:18:10 +01:00

Revert "Revert "Merge pull request #25 from sstephenson/stack-trace""

This reverts commit cb658ba91f.
This commit is contained in:
Sam Stephenson
2013-10-28 20:13:45 -05:00
parent cb658ba91f
commit 417acfff66
4 changed files with 86 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
load "test_helper"
@test "failing helper function" {
true
failing_helper
}

View File

@@ -1,3 +1,7 @@
help_me() {
true
}
failing_helper() {
false
}