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

class AcdAgentTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert AcdAgent.new.valid?
  end
end