mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 04:07:33 +02:00
7 lines
No EOL
140 B
Ruby
7 lines
No EOL
140 B
Ruby
require 'test_helper'
|
|
|
|
class IbanTest < ActiveSupport::TestCase
|
|
def test_returns_max_length
|
|
assert_equal 34, Iban.max_length
|
|
end
|
|
end |