Sha256: bcfffc7d2da85dc859426d4435e50ee756b3d5a0283d8c2d812f889b6c2e65dc
Contents?: true
Size: 343 Bytes
Versions: 12
Compression:
Stored size: 343 Bytes
Contents
# -*- encoding: utf-8 -*- require 'test/unit' require 'helper' require 'webgen/contentprocessor' require 'webgen/tag' require 'time' class TestTagDate < Test::Unit::TestCase include Test::WebsiteHelper def test_call @obj = Webgen::Tag::Date.new assert_not_nil(Time.parse(@obj.call('date', '', Webgen::Context.new))) end end
Version data entries
12 entries across 12 versions & 2 rubygems