summaryrefslogtreecommitdiff
path: root/spec/unit/module_tool/install_directory_spec.rb
AgeCommit message (Collapse)AuthorFilesLines
2012-07-24Make 3.x specs compatible with rspec 2.11Patrick Carlisle1-4/+10
2012-07-02(#15202) Handle paths with files in themAndrew Parker1-0/+64
When creating the install path, if there is a file in the way then there was an unhandled exception. This commit extracts out a install directory handling code for ease of testing and adds handling for this case. This class excapsulates the logic of preparing the installation directory for modules. As we find more operations on the installation directory we should try to move them to this class.