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

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