[rspec-users] Failing in TextMate but not in rake...

2008-09-17 Thread ed_ruder
When I run a spec file from TextMate using the RSpec bundle's "Run Examples" command (either using command-R or the bundle menu item with the spec file open), I get an error dialog with the following text: "Missing the Rails 2.0.2 gem. Please `gem install -v=2.0.2 rails`, update your RAILS_GEM_VER

Re: [rspec-users] Failing in TextMate but not in rake...

2008-09-06 Thread ed_ruder
Greg, Each of your issues run correctly for me, from both the menu and the keyboard shortcut. One question: is the language in the menu at the bottom of your spec file set to "RSpec"? That does affect which keyboard shortcuts are active. Ed On Sep 6, 2:45 pm, "Greg Hauptmann" <[EMAIL PROTECTED]>

Re: [rspec-users] Failing in TextMate but not in rake...

2008-09-06 Thread ed_ruder
Thanks! Solved the problem completely! Here are the relevant steps: 1. Create the ~/.MacOSX directory if it doesn't already exist. 2. Using the Property List Editor (in /Developer/Applications/ Utilities), edit the ~/.MacOSX/environment.plist file (creating it if it doesn't already exist). 3. Crea