Sha256: 8e41edc81a58823fb67e9b4de41f0bfd1615b3a0cfabf5ac523cc0b72aa79f36
Contents?: true
Size: 574 Bytes
Versions: 54
Compression:
Stored size: 574 Bytes
Contents
require 'rails_helper' describe MagicAddresses::Country do describe 'should have usual attributes' do # usual it { should respond_to :default_name } it { should respond_to :iso_code } it { should respond_to :dial_code } it { should respond_to :fsm_state } # globalize it { should respond_to :name } it { should respond_to :read_attribute } it { should accept_nested_attributes_for :translations } # address it { should respond_to :addresses } it { should have_many :addresses } end end
Version data entries
54 entries across 54 versions & 1 rubygems