Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Whitespace fixups. | Steve Kemp | |
These were all identified and suggested by rubocop. | |||
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-03-09 | Omit the parentheses in defs when the method doesn't accept any arguments. | Steve Kemp | |
This is neater. | |||
2015-02-17 | Updated for new test-type API. | Steve Kemp | |
Now that the class-factory returns an Array, we've updated the test-cases to continue to pass. | |||
2014-12-11 | Renamed ldap test so it gets included in the test suite | Patrick J Cherry | |