asdf/test
Victor Borja 26532e7914 Determine version from global setting when project is outside home.
Without this patch, asft was not able to determine the tool version
for a project located outside the user's HOME directory.

```
/work/project/
/home/me/.tool-versions
```

This changeset lets asdf find the global version stored at
$HOME/.tool-versions when the directory traversal from
the project dir was not able to find a suitable version.
2016-10-29 06:08:54 -05:00
..
fixtures/dummy_plugin/bin Unify .tool-versions and legacy file search 2016-08-14 09:10:24 +09:00
current_command.bats Update current command with new util functions 2016-08-14 09:10:24 +09:00
get_asdf_config_value.bats Set ASDF_CONCURRENCY when installing 2016-07-01 16:42:59 +09:00
install_command.bats Update the install_command function so it works when invoked in directory whose name contains whitespace. 2016-10-25 21:45:17 -04:00
remove_command.bats Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
test_helpers.bash Use dummy plugin in version_commands test 2016-07-25 09:40:52 +09:00
utils.bats Determine version from global setting when project is outside home. 2016-10-29 06:08:54 -05:00
version_commands.bats Fix local and global commands to accept multiple versions 2016-08-30 19:13:10 -04:00