class FactoryBot::StrategyCalculator

def strategy

def strategy
  if strategy_is_object?
    @name_or_object
  else
    strategy_name_to_object
  end
end