Re: [rspec-users] Problems running RSpec from w/in TextMate

2008-05-12 Thread Steve Downey
On Sat, May 10, 2008 at 11:03 AM, Wayne Molina <[EMAIL PROTECTED]> wrote: > Okay the issue seems to have been that it wasn't set to RSpec but Ruby > on Rails. Changing it to RSpec seems to fix it... silly me, I guess :) > Same problem (and solution) for me, but ... when I'm in a spec file and s

Re: [rspec-users] Problems running RSpec from w/in TextMate

2008-05-10 Thread Wayne Molina
Okay the issue seems to have been that it wasn't set to RSpec but Ruby on Rails. Changing it to RSpec seems to fix it... silly me, I guess :) -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyfo

Re: [rspec-users] Problems running RSpec from w/in TextMate

2008-05-10 Thread David Schmidt
I also had problems with running RSpec from within TextMate where sometimes it would work and sometimes it would fail repeatedly and finally found my problem. At the bottom of the TextMate window look at the status line in the second box to see what type of file TextMate has the file set a

Re: [rspec-users] Problems running RSpec from w/in TextMate

2008-05-10 Thread David Chelimsky
On May 10, 2008, at 10:30 AM, Wayne Molina wrote: Hello everyone, I'm new to RSpec, and pretty much Ruby in general. I am trying to run RSpec from within TextMate to get the nice-looking GUI that lists my specs and whatnot. It runs fine from the command line, but when I run it from TextMate

[rspec-users] Problems running RSpec from w/in TextMate

2008-05-10 Thread Wayne Molina
Hello everyone, I'm new to RSpec, and pretty much Ruby in general. I am trying to run RSpec from within TextMate to get the nice-looking GUI that lists my specs and whatnot. It runs fine from the command line, but when I run it from TextMate, I get the following error (I am working with a Rails a