Sha256: 5c0f84ec7ac1a4606c5ba038a5fe86787d31d49ca2b830708450f4e3800b713f
Contents?: true
Size: 236 Bytes
Versions: 14
Compression:
Stored size: 236 Bytes
Contents
require "test_helper" module PushType describe WysiwygField do let(:field) { PushType::WysiwygField.new :foo } it { field.form_helper.must_equal :text_area } it { field.html_options[:class].must_equal 'froala' } end end
Version data entries
14 entries across 14 versions & 1 rubygems