pyenv/test
Aaron Patterson 6a912bf104 add support for rbenv shell -
`rbenv shell -` allows you to switch to the previously activated ruby
version.  Similar to `cd -` or `git checkout -`.

This tries to implement `rbenv shell -` as proposed in #854.  However,
adding support seemed to break the "shell change version" test.  I'm not
very good at Bash programming, can someone tell me what is wrong with
what I'm doing?  I'd like to add a bit more functionality to this, but
I'm really just cargo cult programming Bash.

Thank you!

fix tests
2016-01-12 15:32:59 -08:00
..
libexec Add tests for rbenv PATH and RBENV_HOOK_PATH handling 2014-10-19 14:35:36 +02:00
--version.bats Improve git --version git revision lookup 2015-12-24 03:52:33 +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 Use create_hook helper 2016-01-04 09:14:25 -05:00
global.bats Remove support for legacy global version files 2015-12-28 22:05:00 -05:00
help.bats add tests for help and rbenv --version 2013-04-08 23:16:35 +02:00
hooks.bats Use create_hook helper 2016-01-04 09:14:25 -05:00
init.bats Add test for detecting shell when rbenv init is called from script 2015-12-24 13:20:49 +01:00
local.bats Remove support for legacy version file 2015-12-28 21:34:07 -05:00
prefix.bats Fix emulating the scenario where system Ruby is missing on OpenBSD 2014-01-02 22:30:21 +01:00
rbenv.bats Extract common create_hook helper 2016-01-04 09:14:04 -05:00
rehash.bats Use create_hook helper 2016-01-04 09:14:25 -05:00
run Create configure script to generate a cross-platform Makefile 2014-10-13 04:12:35 +02:00
shell.bats add support for rbenv shell - 2016-01-12 15:32:59 -08:00
shims.bats tests galore 2013-03-07 15:07:32 -05:00
test_helper.bash Extract common create_hook helper 2016-01-04 09:14:04 -05: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 Merge pull request #850 from jasonkarns/remove-legacy-global-version-file 2015-12-29 14:40:37 +01:00
version-name.bats Test IFS handling in version-name/version-origin hooks 2016-01-04 09:14:28 -05:00
version-origin.bats Test IFS handling in version-name/version-origin hooks 2016-01-04 09:14:28 -05: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 Use create_hook helper 2016-01-04 09:14:25 -05:00