Sha256: a7161309893d6c053229529265d84c2863a334a5da49f4e2829dbdc4e508446f

Contents?: true

Size: 207 Bytes

Versions: 2

Compression:

Stored size: 207 Bytes

Contents

require "test_helper"

module PushType

  describe TextField do
    let(:field) { PushType::TextField.new :foo }
    let(:val)   { '15:00' }
    
    it { field.form_helper.must_equal :text_area }
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
push_type_core-0.5.1 test/fields/push_type/text_field_test.rb
push_type_core-0.5.0 test/fields/push_type/text_field_test.rb