Skip to content

Commit ae5cc64

Browse files
committed
Fix broken test
1 parent 37001c9 commit ae5cc64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/fixtures/script.thor

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ class MyChildScript < MyScript
156156
end
157157

158158
class Barn < Thor
159+
def self.exit_on_failure?
160+
false
161+
end
162+
159163
desc "open [ITEM]", "open the barn door"
160164
def open(item = nil)
161165
if item == "shotgun"

0 commit comments

Comments
 (0)