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

class VoicemailAccountTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert VoicemailAccount.new.valid?
  end
end