Sha256: 63118b94481c7a8f76da8a134b78030ef1cf09f6ba695927be37c0afce08523c
Contents?: true
Size: 345 Bytes
Versions: 7
Compression:
Stored size: 345 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Set::Type::PlainText do it 'should have special editor' do assert_view_select render_editor('Plain Text'), 'textarea[rows="5"]' end it 'should have special content that escapes HTML' do render_card(:core, type: 'Plain Text', content: '<b></b>').should == '<b></b>' end end
Version data entries
7 entries across 7 versions & 1 rubygems