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
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
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 --