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-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. | |||
2012-12-20 | Added test-case for HTTP protocol matching against URI scheme | Steve Kemp | |
2012-12-07 | When reporting on failure-types the HTTP/HTTPS test is often reported ↵ | Steve Kemp | |
incorrectly. Fixed this now, based on the URL and added a test case. |