[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 Greg Hauptmann
doh! thanks Ed, you got it in one :) It was set to Ruby not Rspec. On Sun, Sep 7, 2008 at 8:35 AM, ed_ruder <[EMAIL PROTECTED]> wrote: > 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 > bo

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 Greg Hauptmann
thanks Ed, I too can now see the nice colored output summary for rspec in textmate, however... What is weird is the following. Any ideas? [A] - MENU BEHAVE DIFFERENTLY TO THE KEYBOARD SHORTCUTS: When I: (a) Run the rspec commands via the TextMate menu using my mouse, e.g. Bundle => RSpec => Run

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

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

2008-09-06 Thread Hunt Jon
Also make sure what the file "~/.MacOSX/environment.plist" says or if you set up the file correctly. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

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

2008-09-05 Thread Hunt Jon
http://wiki.macromates.com/Troubleshooting/RubyVersionIssue Hope this helps. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

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

2008-09-05 Thread Greg Hauptmann
I'm getting the same error & also trying to work this out. Any advice welcomed -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

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

2008-09-04 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