FactoryBot.define do factory :scale do scale_id { "MyString" } measure { nil } end end