Sha256: 1b85872702953e1638dd76025e55a1fb0822e6d4259482b3fa8062cdd36d3968

Contents?: true

Size: 146 Bytes

Versions: 15

Compression:

Stored size: 146 Bytes

Contents

require 'test_helper'

class CountryTest < ActiveSupport::TestCase
  should_validate_presence_of :name
  should_validate_presence_of :iso_name
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
spree-0.11.4 test/unit/country_test.rb
spree-0.11.3 test/unit/country_test.rb
spree-0.11.2 test/unit/country_test.rb
spree-0.11.1 test/unit/country_test.rb
spree-0.11.0 test/unit/country_test.rb
spree-0.10.2 test/unit/country_test.rb
spree-0.10.1 test/unit/country_test.rb
spree-0.10.0 test/unit/country_test.rb
spree-0.10.0.beta test/unit/country_test.rb
spree-enriquez-0.9.4 test/unit/country_test.rb
spree-0.9.4 test/unit/country_test.rb
spree-0.9.3 test/unit/country_test.rb
spree-0.9.2 test/unit/country_test.rb
spree-0.9.1 test/unit/country_test.rb
spree-0.9.0 test/unit/country_test.rb