Drop factory linting

Problem

Lint factories (as described in https://github.com/thoughtbot/factory_bot/blob/master/GETTING_STARTED.md#linting-factories) is slow and has caused some issues in the past:

Proposed solution

Although lint factories can be helpful we should consider dropping it and rely on other specs (which use these factories) to catch issues related to factory setup.

Pros

Cons

  • Invalid factories are only caught in other specs
Edited by Peter Leitzen