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

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

This reverts commit 07bdee33a1, reversing
changes made to c36ad10d8c.
This commit is contained in:
Sam Stephenson
2013-10-28 20:10:42 -05:00
parent 07bdee33a1
commit cb658ba91f
4 changed files with 3 additions and 86 deletions

View File

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

View File

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