Sha256: 37aa5abfac91ee6beaf8013bc3e873470f4e0d063a4af9828f64dc3095911648

Contents?: true

Size: 276 Bytes

Versions: 62

Compression:

Stored size: 276 Bytes

Contents

require 'test_helper'

module Workarea
  class Content
    module Fields
      class ProductsTest < TestCase
        def test_typecast
          result = Products.new('foo').typecast([1, 2, 3])
          assert_equal(%w(1 2 3), result)
        end
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-core-3.5.15 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.36 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.14 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.35 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.13 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.34 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.12 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.33 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.11 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.10 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.32 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.9 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.31 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.8 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.30 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.7 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.29 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.6 test/models/workarea/content/fields/products_test.rb
workarea-core-3.4.28 test/models/workarea/content/fields/products_test.rb
workarea-core-3.5.5 test/models/workarea/content/fields/products_test.rb