pyenv/test
Jason Karns a3ff3adc39 create local .ruby-version file in test dir
This new test was creating an (intentionally invalid) .ruby-version file
in current working directory; typically the rbenv project dir.
Immediately after test runs, I had a leftover .ruby-version file.

The version-file tests create and cd into the RBENV_TEST_DIR as part of
setup(). I'm using the same directory for this test fix, but am only
using it for this particular test. None of the other exec tests seem to
need to be in a temp test dir, so no use putting it in setup().
2015-11-20 09:51:44 -05:00
..
libexec Add tests for rbenv PATH and RBENV_HOOK_PATH handling 2014-10-19 14:35:36 +02:00
--version.bats Improve rbenv --version git checkout discovery 2015-10-25 16:54:38 +01:00
commands.bats fix iterating through paths that have spaces in them 2013-04-01 01:04:19 +02:00
completions.bats add --help to subcommand completions 2015-11-19 12:05:19 -05:00
exec.bats create local .ruby-version file in test dir 2015-11-20 09:51:44 -05:00
global.bats tests galore 2013-03-07 15:07:32 -05:00
help.bats add tests for help and rbenv --version 2013-04-08 23:16:35 +02:00
hooks.bats Fix realpath fallback in rbenv hooks 2015-10-27 21:05:10 +01:00
init.bats Merge pull request #663 from kevinburke/use-command 2015-10-11 04:04:46 +02:00
local.bats add tests for version commands 2013-04-08 23:16:35 +02:00
prefix.bats Fix emulating the scenario where system Ruby is missing on OpenBSD 2014-01-02 22:30:21 +01:00
rbenv.bats Fix argument handling in main rbenv command 2015-11-19 01:52:48 +01:00
rehash.bats Simplify the shims registration implementation in rbenv-rehash 2014-10-15 05:46:18 +02:00
run Create configure script to generate a cross-platform Makefile 2014-10-13 04:12:35 +02:00
shell.bats reliably detect parent shell in rbenv init 2013-10-07 03:24:45 +02:00
shims.bats tests galore 2013-03-07 15:07:32 -05:00
test_helper.bash tests: fix path_without to handle /bin properly 2015-11-12 21:20:00 +01:00
version-file-read.bats Move carriage return test to version-file-read 2014-03-21 01:32:29 +01:00
version-file-write.bats add tests for version commands 2013-04-08 23:16:35 +02:00
version-file.bats add tests for version commands 2013-04-08 23:16:35 +02:00
version-name.bats Display version origin with non-installed versions 2015-07-17 17:10:33 +02:00
version-origin.bats add tests for version commands 2013-04-08 23:16:35 +02:00
version.bats Move carriage return test to version-file-read 2014-03-21 01:32:29 +01:00
versions.bats Add rbenv versions --skip-aliases option 2015-10-27 21:05:10 +01:00
whence.bats undo assert_output_lines in tests 2013-04-08 23:16:35 +02:00
which.bats Fix error message when command is not found for "system" version 2015-11-13 23:10:09 -05:00