<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 style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>Hi,<br><br>Anyone know how to run rspec on 1.2.3?<br><br>It fails out of the box....<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>I newly downloaded rspec, rspec_on_rails and ran the command<br>ruby script/generate rspec&nbsp;&nbsp;&nbsp;&nbsp; ==&gt;&gt;&gt; Does this script work right? <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><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>I noticed that the load path does not include vendor/plugins/rspec_on_rails/lib<br>....??<br></div></div></div></div></div></body></html>