Newbie first run question

Hi folks,

RSpec 1.1.3 is failing for me out of the box. I installed both rspec
and rspec_on_rails using svn following the instructions on the site.
Then I used the rspec generate script, created a very simple test
example and run rspec with:

rake spec.

What I get back is:

/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require’: no such file to load – spec/rails
(MissingSourceFile)

(full error stack at: Parked at Loopia)

Any help greatly appreciated.

Thanks,

-Eric

I had a similar problem with rake: try
ruby script/spec <foldername - eg ‘spec’>