Sha256: 4072c47c2585b17c288b305edb605ac10144b07162bd07e78e2717559cb5b0b5
Contents?: true
Size: 347 Bytes
Versions: 34
Compression:
Stored size: 347 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
34 entries across 34 versions & 2 rubygems