You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resque queue peek function that relies on slice function returns either a single element or an array whereas ResqueSpec peek function returns always an array because it relies on Array Class slice function. This may cause some problems with specs using peek.
The text was updated successfully, but these errors were encountered:
Resque queue peek function that relies on slice function returns either a single element or an array whereas ResqueSpec peek function returns always an array because it relies on Array Class slice function. This may cause some problems with specs using peek.
The text was updated successfully, but these errors were encountered: