Sha256: 86e354a79238eef60b85f1c6a5e5c401efcd9f44cd8bf48ff465583a47b2d0fd

Contents?: true

Size: 361 Bytes

Versions: 6

Compression:

Stored size: 361 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '../..', 'spec_helper'))

describe DataMapper::Property::String do
  before :all do
    @name  = :name
    @type  = DataMapper::Property::String
    @primitive = String
    @value = 'value'
    @other_value = 'return value'
    @invalid_value = 1
  end

  it_should_behave_like "A public Property"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
dm-core-1.0.2 spec/public/property/string_spec.rb
dm-core-1.0.1 spec/public/property/string_spec.rb
dm-core-1.0.0 spec/public/property/string_spec.rb
dm-core-1.0.0.rc3 spec/public/property/string_spec.rb
dm-core-1.0.0.rc2 spec/public/property/string_spec.rb
dm-core-1.0.0.rc1 spec/public/property/string_spec.rb