Start the server:
bin/rails s
Start the single worker to proceed with PDF/GDoc generation:
bundle exec rake resque:work
To control the queues precedence and the number of workers, just pass them as variables:
QUEUES=default,low COUNT=3 bundle exec rake resque:workers
To run the specs simple:
RAILS_ENV=test bin/rspec