Sha256: 154269c22ec56d16b95c16bf0f0e697b27481074fbf1ab294010a7a1cad72fd5
Contents?: true
Size: 516 Bytes
Versions: 11
Compression:
Stored size: 516 Bytes
Contents
require 'rails_helper' RSpec.describe ::Dorsale::CustomerVault::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 have_many :tasks } it { should respond_to :legal_form } it { should respond_to :capital } it { should respond_to :immatriculation_number_1 } it { should respond_to :immatriculation_number_2 } it { should validate_presence_of :name } end
Version data entries
11 entries across 11 versions & 1 rubygems