summaryrefslogtreecommitdiff
path: root/test/unit/country_test.rb
blob: 4933843fb415f50ad5f42e288567707a1bc1cb15 (plain)
1
2
3
4
5
6
7
require 'test_helper'

class CountryTest < ActiveSupport::TestCase
  def test_should_have_a_valid_factory
    assert Factory.build(:country).valid?
  end
end