class ActiveRecord::FixtureSet::TableRow

def initialize(fixture, table_rows:, label:, now:)

def initialize(fixture, table_rows:, label:, now:)
  @table_rows = table_rows
  @label = label
  @now = now
  @row = fixture.to_hash
  fill_row_model_attributes
end