Class: FactoryHelper::String

Inherits:
Object
  • Object
show all
Defined in:
lib/factory-helper/string.rb

Class Method Summary collapse

Class Method Details

.random(length = 32) ⇒ Object



5
6
7
# File 'lib/factory-helper/string.rb', line 5

def random(length= 32)
  utf8string select_a length
end