Closed drbrain closed 10 years ago
This introduces class ConnectionPool::Error < RuntimeError as the exception raised when a user attempts to #checkin when they don't have anything checked out.
class ConnectionPool::Error < RuntimeError
We should probably have Travis running ze specs.
I added a .travis.yml to my fork, tested it out, then pushed it upstream. Now you only need to enable the travis service and add your email.
This introduces
class ConnectionPool::Error < RuntimeError
as the exception raised when a user attempts to #checkin when they don't have anything checked out.