class RSpec::Mocks::ProxyForNil

def initialize(order_group)

def initialize(order_group)
  set_expectation_behavior
  super(nil, order_group)
end