Sha256: 89e4d9127d034dc7ce3addf325d4b7cb77c6a1f2496dea14c6e8a04f16e4caa9
Contents?: true
Size: 380 Bytes
Versions: 17
Compression:
Stored size: 380 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, format: :xhtml) !!! XML HAML <?xml version='1.0' encoding='utf-8' ?> HTML end end end
Version data entries
17 entries across 17 versions & 1 rubygems