summaryrefslogtreecommitdiff
path: root/spec/unit/face/module_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2011-12-06(#7656) Rename module_tool face to moduleKelsey Hightower1-0/+3
Before this patch the module face was named module_tool, this is not a very attractive name. Look at it, you have to type an underscore just to use it. This patch fixes this issue by simply renaming the face from module_tool to module. The patch does not change the name of the module tool library files, doing so would cause a conflict on the existing `lib/puppet/module.rb` module.