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

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