index
:
custodian.git
10-support-http-basic-auth
12-reap-old-tests
13-catch-bogus-dns
13-log-dns-errors
19-user-agent
21-allow-custom-subjects
3-send-sni-when-falling-back-to-openssl
locking_for_custodian_add_test_script
master
rubo-cop-all-the-things
ssl-custom-expiry
A distributed protocol tester.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
test-custodian-alertfactory.rb
Age
Commit message (
Collapse
)
Author
2016-04-22
Updated to fix the last remaining rubocop warnings.
Steve Kemp
This involved silencing a few issues that were judged to be minor, and changing various whitespaces and function-calls. The most obvious example was changing this: assert(ret.kind_of? Array) To this: assert(ret.kind_of?(Array))
2015-03-09
Removed trailing whitespace from the code
Steve Kemp
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
Don't use parenthesis aroudn conditions in an if.
Steve Kemp
2015-03-09
Avoid "Array.new" and "Hash.new"
Steve Kemp
Instead use {} + ().
2013-02-25
Loading mauve/redis is optional. The test suite will skip them if not
Steve Kemp
present.
2012-11-26
test the redis module too
Steve Kemp
2012-11-24
The argument to our class factories must be a non-nil string.
Steve Kemp
2012-11-24
Added new alert-type, to merely write to a file.
Steve Kemp
2012-11-24
Ensure that our alert-modules implement both raise + clear
Steve Kemp
2012-11-24
Use the new get_type method to simplify the test-logic.
Steve Kemp
2012-11-24
Initial/stub implementation of a factory for generating alerting objects.
Steve Kemp