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