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

Version Path
push_type_wysiwyg-0.5.1 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.5.0 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.5.0.alpha.5 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.5.0.alpha.4 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.5.0.alpha.3 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.5.0.alpha.2 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.5.0.alpha.1 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.4.0 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.4.0.beta.3 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.3.3 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.3.1 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.2.1 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.2.0 test/models/push_type/wysiwyg_field_test.rb
push_type_wysiwyg-0.2.0.beta2 test/models/push_type/wysiwyg_field_test.rb