Sha256: 886abc6e49c717c4585fb2beea414cc702ed08e7aeda45172686adcd2e06c2c2
Contents?: true
Size: 115 Bytes
Versions: 2
Compression:
Stored size: 115 Bytes
Contents
require 'rails_helper' module Popolo RSpec.describe Link do it {should validate_presence_of :url} end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
popolo-0.1.1 | spec/models/popolo/link_spec.rb |
popolo-0.1.0 | spec/models/popolo/link_spec.rb |