summaryrefslogtreecommitdiff
path: root/test/unit/sip_domain_test.rb
blob: 61ac89a4749892f25af9742706e86fc82c1d3943 (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 FactoryGirl.build(:sip_domain).valid?
  end
  
end