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

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