summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/mx.rb
AgeCommit message (Expand)Author
2016-04-22More updates to silence rubocop style-guides.Steve Kemp
2015-04-16Updated test-handler for new API.Steve Kemp
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09More minor space fixupsSteve Kemp
2015-03-09Whitespace fixups.Steve Kemp
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
2015-03-09Do not terminate expressions with ";".Steve Kemp
2015-03-09Don't use parenthesis aroudn conditions in an if.Steve Kemp
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
2015-03-09Avoid "Array.new" and "Hash.new"Steve Kemp
2015-03-09Don't use "::" for method-calls.Steve Kemp
2015-01-22Allow inverted tests for MX.Steve Kemp
2015-01-13Updated to actually test the backend MX servers.Steve Kemp
2015-01-13Lookup MX record(s) for the domain under test.Steve Kemp
2015-01-13Stub MX-test.Steve Kemp