Sha256: 6a1b4003aa00080a00f19f09fc81b146efd5ab67585237e412a9e838f7848169
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
#encoding:utf-8 require 'spec_helper' describe WashoutBuilder::Type do [ "string", "integer", "double", "boolean", "date", "datetime", "float", "time", "int"].each do |type| it "defines a list of types" do WashoutBuilder::Type::BASIC_TYPES.should include(type) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
washout_builder-0.10.3 | spec/lib/washout_builder/type_spec.rb |
washout_builder-0.10.2 | spec/lib/washout_builder/type_spec.rb |
washout_builder-0.10.1 | spec/lib/washout_builder/type_spec.rb |