Sha256: 0c24a91e2ce576fb9c5a6d210c2b3a92797db85d3e1f61fe552f211f3c9c9e23
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
require 'rails_helper' module CustomerVault RSpec.describe Corporation, :type => :model do it { should have_one :address } it { should have_many :comments } it { should have_many :taggings } it { should have_many :tags } it { should validate_presence_of :name } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
customer_vault-1.2.9 | spec/models/customer_vault/corporation_spec.rb |
customer_vault-1.2.8 | spec/models/customer_vault/corporation_spec.rb |