Sha256: 5d21676caf483113c212b17242e338539de973cd3321568e9cd165605de0cd7f

Contents?: true

Size: 214 Bytes

Versions: 2

Compression:

Stored size: 214 Bytes

Contents

require 'rails_helper'

module Popolo
  RSpec.describe Organization do
    [:founding_date, :dissolution_date].each do |attribute|
      it_behaves_like 'a model with a date attribute', attribute
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
popolo-0.1.1 spec/models/popolo/organization_spec.rb
popolo-0.1.0 spec/models/popolo/organization_spec.rb