mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
14 lines
No EOL
285 B
Ruby
14 lines
No EOL
285 B
Ruby
require 'test_helper'
|
|
require 'helpers/phone_format_helper_test'
|
|
|
|
class DeppContactTest < ActiveSupport::TestCase
|
|
include PhoneFormatHelperTest
|
|
|
|
setup do
|
|
@depp_contact = Depp::Contact.new
|
|
end
|
|
|
|
def test_validates_phone_format
|
|
assert_phone_format(@depp_contact)
|
|
end
|
|
end |