Sha256: de347d0736c471fbb06959e2588fc47bc0f3a08e70503b2bd530847bd1917435
Contents?: true
Size: 356 Bytes
Versions: 7
Compression:
Stored size: 356 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 expect(render_card(:core, type: "Plain Text", content: "<b></b>")) .to eq "<b></b>" end end
Version data entries
7 entries across 7 versions & 1 rubygems