Commit fc57537345681e6cc678e01d6106f4951dd27d02
1 parent
eb7f260e
Exists in
master
and in
1 other branch
Stop using test_queue in travis.
You can allways use test_queue by running script ./script/rspec-queue-mongoid.rb spec
Showing
4 changed files
with
2 additions
and
5 deletions
Show diff stats
.travis.yml
Gemfile
Gemfile.lock
... | ... | @@ -326,7 +326,6 @@ GEM |
326 | 326 | multi_json (~> 1.0) |
327 | 327 | rack (~> 1.0) |
328 | 328 | tilt (~> 1.1, != 1.3.0) |
329 | - test-queue (0.1.3) | |
330 | 329 | therubyracer (0.11.4) |
331 | 330 | libv8 (~> 3.11.8.12) |
332 | 331 | ref |
... | ... | @@ -414,7 +413,6 @@ DEPENDENCIES |
414 | 413 | ruby-debug |
415 | 414 | ruby-fogbugz |
416 | 415 | rushover |
417 | - test-queue | |
418 | 416 | therubyracer |
419 | 417 | thin |
420 | 418 | tilt! | ... | ... |