Sha256: 339e49929c1441ac1c46d07e0b81744b5575792eeb741e2b6cc192d57ee63351
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
# => require 'spec_helper' # => # => describe Location::City do # => # => describe 'should have usual attributes' do # => # => it { should respond_to :name_default } # => it { should respond_to :name } # => # => it { should respond_to :fsm_state } # => # => it { should respond_to :state } # => it { should respond_to :country } # => # => it { should respond_to :addresses } # => # => it { should respond_to :translations } # => # it { should respond_to :translations_attributes } # => # => end # => # => # => describe 'validations' do # => # => it { should validate_presence_of :city } # => # => end # => # => end # =>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
magic_addresses-0.0.1 | spec/models/location/city_spec.rb |