Re: [rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-10 Thread Daniel Mantilla
This will sound silly but adding require File.dirname(__FILE__) + '/../spec_helper' at the very top of my tests fixed the problem. Thanks for your help. Daniel -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list

Re: [rspec-users] I can't make RSpec 1.0.8 run in Rails 1.2.3

2007-10-10 Thread Daniel Mantilla
No worries, thanks for the link. Daniel -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] Rspec Textmate bundle errors

2007-10-10 Thread Alastair Moore
Hello all, Having a problem with the Rspec textmate bundle and having quizzed the guys in #textmate to no success about the errors, I've been suggested to try you guys! When I run the Run Behaviour Description command, I get the following errors: /Users/alastair/Library/Application

Re: [rspec-users] Rspec Textmate bundle errors

2007-10-10 Thread David Chelimsky
On 10/10/07, Alastair Moore [EMAIL PROTECTED] wrote: Hello all, Having a problem with the Rspec textmate bundle and having quizzed the guys in #textmate to no success about the errors, I've been suggested to try you guys! When I run the Run Behaviour Description command, I get the

Re: [rspec-users] Rspec Textmate bundle errors

2007-10-10 Thread Alastair Moore
On 11 Oct 2007, at 01:03, David Chelimsky wrote: We've been making some changes in trunk, so if you're using trunk make sure that you have the same revision of rspec and the textmate bundle. Seems like your textmate bundle is newer than your version of rspec. Hi David, Thanks for your