summaryrefslogtreecommitdiff
path: root/test/tests/plugin-dir.bash
Commit message (Collapse)AuthorAge
* Fix handling of base directoryAnish Athalye2018-05-24
| | | | | | | | Prior to this patch, Dotbot was relying on running with the base directory being the current working directory. In practice, it was relying on the install shim to set up this context. It makes more sense sense to actually execute `chdir()` within Dotbot itself, rather than relying on the install shim to do so.
* Add documentation and tests for pluginsAnish Athalye2016-02-06