test/tc_reserved_names.rb in zip-container-2.2.0 vs test/tc_reserved_names.rb in zip-container-3.0.0
- old
+ new
@@ -54,10 +54,10 @@
class TestReservedNames < Test::Unit::TestCase
# Check that the reserved names verify correctly.
def test_verify_reserved_name
- assert(NewZipContainer.verify($example))
+ assert(NewZipContainer.verify?($example))
assert_nothing_raised(ZipContainer::MalformedContainerError) do
NewZipContainer.verify!($example)
end
end