test/test_tacky.rb in tacky-0.3.1 vs test/test_tacky.rb in tacky-0.3.2
- old
+ new
@@ -49,8 +49,9 @@
end
bar
end
bar = Tacky.new(foo, deep: true)
first = bar.child.value
+ assert(first.is_a?(Numeric))
assert(bar.child.value == first)
end
end