Sha256: ba7b02f5c19e312c062320f02bc1007d802b69131d27d4b8c9c84eaf786f727d
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
require 'rails_helper' module Popolo RSpec.describe ContactDetail do [:type, :value].each do |attribute| it {should validate_presence_of attribute} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
popolo-0.1.1 | spec/models/popolo/contact_detail_spec.rb |
popolo-0.1.0 | spec/models/popolo/contact_detail_spec.rb |