ABS will sometimes return null values in the /status/queue endpoint

This commit is contained in:
Mikker Gimenez-Peterson 2019-12-16 08:03:44 -08:00
parent 7d0a72517b
commit 2c456f1157
3 changed files with 48 additions and 4 deletions

View file

@ -7,6 +7,8 @@ gemspec
gem 'rake', :require => false
group :test do
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.5.0'
gem 'rubocop', '~> 0.52'
gem 'webmock', '1.21.0'