Skip to content

UUID associations are not set #8

Description

@antulik
FixtureBot.define do
  user :alice do
    email "one@mail.com"
  end

  project :blah do
    name "Project 1"
    user :alice
  end
end

outputs projects.yml

blah:
  id: 1afb5dc2-d94e-556a-b311-1d74d0a0e136
  name: Project 1

Expected project.user_id to be set

Using 1883091
Using rails 8.1.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions