customer_vault 1.2.9 → 1.2.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ "%ۙ��U�&<�q|<����j�;T%l��Ծ�)�
@@ -1,5 +1,5 @@
1
1
  FactoryGirl.define do
2
- factory :dorsale_address, aliases: [:address] class: Dorsale::Address do
2
+ factory :dorsale_address, aliases: [:address], class: Dorsale::Address do
3
3
  street "3 Rue Marx Dormoy"
4
4
  street_bis "L'atelier"
5
5
  zip "13004"
@@ -3,6 +3,10 @@ require 'rails_helper'
3
3
  module CustomerVault
4
4
  RSpec.describe Corporation, :type => :model do
5
5
  it { should have_one :address }
6
+ it { should respond_to :legal_form }
7
+ it { should respond_to :capital }
8
+ it { should respond_to :immatriculation_number_1 }
9
+ it { should respond_to :immatriculation_number_2 }
6
10
  it { should have_many :comments }
7
11
  it { should have_many :taggings }
8
12
  it { should have_many :tags }