vmfloaty/spec/vmfloaty
Brian Cain b51a549fe5 (#34) Raise TokenError on operations that require tokens
Prior to this commit, the Pooler class would raise an exception if the
token provided was nil and it attempted to make a request with Faraday.
This fixes that by catching when nil tokens are provided and instead
raising a TokenError to be caught by the consumer.
2016-10-07 18:10:52 -07:00
..
auth_spec.rb (#33) Raise TokenError if no token provided 2016-09-24 11:15:44 -07:00
pooler_spec.rb (#34) Raise TokenError on operations that require tokens 2016-10-07 18:10:52 -07:00
utils_spec.rb (#24) Improve 'get' output 2016-07-02 11:41:02 -07:00