<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi,<br><br>I newly downloaded rspec, rspec_on_rails and ran the command<br>ruby script/generate rspec<br>from the instructions&nbsp;&nbsp; http://rspec.info/documentation/rails/install.html<br><br>I then created the directories in spec: <br>&nbsp; controllers, fixtures, helpers, models, views<br><br>I then created the file spec/models/user_spec.rb&nbsp; as a spec for my model User.<br>(Is the convention to name the model's spec&nbsp;&nbsp;&nbsp;&nbsp; user.rb&nbsp; ?? ) The docs give both examples on different pages of the wiki.<br><br>Anyhow, my problem:<br>I run rake spec<br>and get <br><br>/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)<br><br>The file /spec/spec_helper.rb contains the
 line<br>require 'spec/rails'<br><br>Using the response to a similar q/a I found on the net, I also tried<br>&nbsp;&nbsp; ruby script/spec spec<br>Same result.<br><br>Pointers would be most appreciated.<br><br>Thanks,<br><br>Larry<br><br>ps. I URGE the powers-that-be to update the installation instructions. This type of problem dramatically slows down adoption of an otherwise great projec <br></div></div></body></html>