Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | Updated tests to use 'omit' when available | Patrick J Cherry | |
The redis and rubocop tests now skip on ruby > 2.0 (I think) | |||
2015-12-18 | Removed references and support for beanstalkd. | Steve Kemp | |
The beanstalkd queue used to be used in the past, and we later added support for Redis via a simple abstraction layer. But now we've no longer tested and used beanstalkd for over a year, and the client-libraries are no longer available as native Debian packages. With that in mind we've excised the code, although left the abstraction-class in-place. | |||
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp | |
2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp | |
So "foo" is less good than 'foo'. | |||
2015-02-05 | Test that "flush!" is defined as a method. | Steve Kemp | |
2015-01-29 | Added simple test cases | Steve Kemp | |