FactoryGirl Sequences
FactoryGirl sequences are often used inline for unique values such as emails:
However, a sequence can be defined on its own
That means it can be invoked outside the context of a factory
Or it can be used as a shared sequence across multiple factories
Last updated