summaryrefslogtreecommitdiff
path: root/test/unit/phone_model_test.rb
blob: e358cf941f94bbebca3bd6140f5d2a1442ed1784 (plain)
1
2
3
4
5
6
7
8
9
require 'test_helper'

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