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

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