lib/qa.rb in qa-0.4.3 vs lib/qa.rb in qa-0.5.0
- old
+ new
@@ -8,11 +8,11 @@
autoload :Authorities
# Raised when the configuration directory for local authorities doesn't exist
class ConfigDirectoryNotFound < StandardError; end
- # Raised when a sub_authority is not passed into an authority
+ # Raised when a subauthority is not passed into an authority
class MissingSubAuthority < ArgumentError; end
- # Raised when a sub_authority is not valid
+ # Raised when a subauthority is not valid
class InvalidSubAuthority < ArgumentError; end
end