Re: [rspec-users] no such file to load - spec/test/unit

2010-11-29 Thread James Palmer
Thanks David, I actually had a "require" statement in my code for Test Unit that shouldn't have been there - the problem appears to not have been rspec related at all. Thanks! James -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing l

Re: [rspec-users] no such file to load - spec/test/unit

2010-11-28 Thread David Chelimsky
On Nov 25, 2010, at 11:44 AM, James Palmer wrote: > Under the older version of rspec, I'm able to run my script successfully > by running "spec randomperform.rb" > > I've now installed the newest rspec, and it does not work for me. If I > run the command: > > rspec randomperform.rb > > I get t

[rspec-users] no such file to load - spec/test/unit

2010-11-25 Thread James Palmer
Under the older version of rspec, I'm able to run my script successfully by running "spec randomperform.rb" I've now installed the newest rspec, and it does not work for me. If I run the command: rspec randomperform.rb I get the following error: - :29:in `require': no such file to load --