summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/redis.rb
AgeCommit message (Collapse)Author
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Avoid useless wrapping of return-value.Steve Kemp
This: def foo line end Is the same as this: def foo return( line ) end
2013-05-15 Updated the sample lines at the top of each protocol test.Steve Kemp
Full protocol-tests are documented online, in the project wiki at: https://projects.bytemark.co.uk/projects/custodian/wiki/TestDefinitionExamples
2012-12-31 Added redis protocol testSteve Kemp