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

class CallForwardTest < ActiveSupport::TestCase
  
  test "should have a valid factory" do
    assert Factory.build(:call_forward).valid?
  end
  
end