633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith "methods should exist": function () {
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith "promote should move found item to the head" : function () {
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith "remove should remove found item": function () {
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith // From the front
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith // From the end
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith // From the middle
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith // Not in the queue
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith "indexOf should return index or -1": function () {
633de4bb69cc75314323126db390d29ff1dee2c7Luke Smith}, '@VERSION@' ,{requires:['queue-promote', 'test']});