Sha256: 49fc9761cc3cc8b5969c2619357f6ff007a4f704ef13b50b79175e04c3059ee4

Contents?: true

Size: 221 Bytes

Versions: 1

Compression:

Stored size: 221 Bytes

Contents

require 'spec_helper'

describe Popolo::OtherName do
  it {should validate_presence_of :name}

  [:start_date, :end_date].each do |attribute|
    it_should_behave_like 'a model with a date attribute', attribute
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
popolo-0.0.3 spec/models/popolo/other_name_spec.rb