Created
July 29, 2011 16:12
-
-
Save dbrady/1114136 to your computer and use it in GitHub Desktop.
RVM choking on rspec, not remembering .rvmrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:09:09 dbrady@shinything:~/projects (git:develop:928475c) ruby-1.9.2-p290 | |
∫ cd adsel | |
rspec: No such file or directory | |
0.00 real 0.00 user 0.00 sys | |
Usage: | |
db database_file {{key}} {{value}} # set | |
db database_file {{key}} # get | |
db database_file {{key}} unset # unset | |
=============================================================== | |
= NOTICE: = | |
=============================================================== | |
= RVM has encountered a new or modified .rvmrc file in the = | |
[... SNIP ...] | |
= Now that you have examined the contents of the file, do you = | |
= wish to trust this particular .rvmrc? = | |
================================================================ | |
Yes or No: [y/N]? y | |
rspec: No such file or directory | |
0.00 real 0.00 user 0.00 sys | |
rspec: No such file or directory | |
0.00 real 0.00 user 0.00 sys | |
rspec: No such file or directory | |
0.00 real 0.00 user 0.00 sys | |
10:09:18 dbrady@shinything:~/projects/adsel (git:develop:928475c) ruby-1.9.2-p290 | |
∫ | |
# If I cd .. and cd back into adsel, I will get this message again. RVM is not recording the .rvmrc's hash. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment