test/handler_test.rb in express_templates-0.11.19 vs test/handler_test.rb in express_templates-0.11.20.rc1
- old
+ new
@@ -134,15 +134,15 @@
if Ripper.lex(temp).select do |element|
element[1]==:on_kw
end.each { |match| tokens.push(match) if keywords.include? match[2] }
tokens.each do |first|
- out, @err = capture_io do
+ _, @err = capture_io do
warn 'foo'
end
end
end
assert_equal @err, "foo\n"
end
-end
\ No newline at end of file
+end