ruby 2.1 rails 4 sunspot solr tests fail in suite but pass individually
问题 My team has been stumped on this issue for some time now and are at a loss as to where to try next. The spec below works correctly when run individually, however, when we run this in our suite via bundle exec ./bin/rspec spec these two tests fail every single time: GET /external-products/:id/deals GET /external-products/search/deals We have tried numerous different ways to approach this issue and I am starting to suspect something else outside of the said spec. SO I have to turn to the Stack