[Spawn] Protected ResqueJobDispatcher variables

Review Request #96 — Created May 29, 2013 and discarded

dinos
Lunr
dinostheo:ResqueJobDispatcher
lunr
The variables of the ResqueJobDispatcher are declared as private, which doesn't allow access for unit tests of projects that use Lunr. 
unit tests
pprkut
  1. I'm not sure I follow. What does it matter if it's private or protected for unit tests?
    1. Dinos made this cause he extended the class and could not unit test it.
  2. 
      
dinos
Review request changed

Status: Discarded

Change Summary:

see http://reviews.lunr.nl/r/98/
Loading...