Adding tests, spy dependency

This commit is contained in:
Jason Hiltz-Laforge
2014-07-16 15:05:45 +00:00
parent 4cfc05e32a
commit fd8c30070a
5 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ module Liquid
# are there any not handled interrupts?
def has_interrupt?
!@interrupts.empty?
!@interrupts.empty?
end
# push an interrupt to the stack. this interrupt is considered not handled.