きっとテスト通るからデプロイしようぜ
む
1) RequestPool#with grows to the number of threads accessing it
Failure/Error: expect(subject.size).to be > 1
expected: > 1
got: 1
# ./spec/lib/request_pool_spec.rb:48:in `block (3 levels) in <top (required)>'
個別には通るからいいかな…
$ RAILS_ENV=test bundle exec rspec ./spec/lib/request_pool_spec.rb:48
Run options:
include {:locations=>{"./spec/lib/request_pool_spec.rb"=>[48]}}
exclude {:type=>#<Proc: ./spec/rails_helper.rb:53>}
Randomized with seed 51343
1/1 |========================= 100 ==========================>| Time: 00:00:01
Finished in 1.64 seconds (files took 14.15 seconds to load)
1 example, 0 failures
Randomized with seed 51343
Coverage report generated for RSpec to /home/zunda/c/src/github.com/zunda/mastodon/coverage. 1900 / 38818 LOC (4.89%) covered.