| Class | GenerateIdTest |
| In: |
lib/generate_id.rb
|
| Parent: | Test::Unit::TestCase |
# File lib/generate_id.rb, line 43 def test_complex tab = [] bool = true 100.times { tab << generate_id { bool = !bool ; bool } } assert_equal(tab.size, tab.uniq.size) end