Fabio Pisaruk

Results 1 issues of Fabio Pisaruk

Resque queue [peek](https://github.com/defunkt/resque/blob/master/lib/resque.rb) function that relies on [slice](https://github.com/defunkt/resque/blob/master/lib/resque/queue.rb) function returns either a single element or an array whereas ResqueSpec [peek](https://github.com/leshill/resque_spec/blob/master/lib/resque_spec.rb) function returns always an array because it relies on Array...