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