-
I am in a project that isn't using Rails' fixtures at all. Instead we just create records as needed in tests (I know, we're working on improving 10 years of rot). We have additional columns / attributes we've added to the standard accounts table / model, and one of those is I am trying to use the
I have a few questions.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Found this discussion: #88 And inspired by that I switched back to the Rails model approach. For me, since I have multiple customizations to the account, it looks like:
|
Beta Was this translation helpful? Give feedback.
Found this discussion: #88
And inspired by that I switched back to the Rails model approach. For me, since I have multiple customizations to the account, it looks like: