Skip to content

Instantly share code, notes, and snippets.

@dbrady
Created July 29, 2011 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbrady/1114136 to your computer and use it in GitHub Desktop.
Save dbrady/1114136 to your computer and use it in GitHub Desktop.
RVM choking on rspec, not remembering .rvmrc
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