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

class AutomaticCallDistributorTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert AutomaticCallDistributor.new.valid?
  end
end