# File lib/rhc/rest/mock.rb, line 712
    def gear_groups
      # we don't have heavy interaction with gear groups yet so keep this simple
      @gear_groups ||= [MockRestGearGroup.new(client)]
    end