Sha256: f77e88e74831ef97fb6986d93bb2c7bde8261e1dfb3aaca1919647240b37bf6a

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

require_relative '../../spec_helper'

describe DataMapper::Property::Binary do
  before :all do
    @name          = :title
    @type          = described_class
    @value         = 'value'
    @other_value   = 'return value'
    @invalid_value = 1
  end

  it_behaves_like 'A semipublic Property'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sbf-dm-core-1.5.0 spec/semipublic/property/binary_spec.rb
sbf-dm-core-1.4.0 spec/semipublic/property/binary_spec.rb
sbf-dm-core-1.3.0 spec/semipublic/property/binary_spec.rb
sbf-dm-core-1.3.0.beta spec/semipublic/property/binary_spec.rb