Sha256: abf785504fe902ff0b54d7ce25931ee92c4528fcfcd7af920924a600f27903fd
Contents?: true
Size: 364 Bytes
Versions: 38
Compression:
Stored size: 364 Bytes
Contents
describe Hamlit::Engine do describe 'doctype' do it 'renders html5 doctype' do assert_render(<<-HAML, <<-HTML) !!! HAML <!DOCTYPE html> HTML end it 'renders xml doctype' do assert_render(<<-HAML, <<-HTML) !!! XML HAML <?xml version='1.0' encoding='utf-8' ?> HTML end end end
Version data entries
38 entries across 38 versions & 1 rubygems