ESpec.Support

Contains come function for generating random fucntion names.

Source

Summary

random_string()

Returns long random string

word_chars(string)

Filters string replacing non-word characters by ‘_’

Functions

random_string()

Returns long random string.

Source
word_chars(string)

Filters string replacing non-word characters by ‘_’.

Source