<pre>&gt;&gt;<i> rspec (0.7.4)    RSpec-0.7.4 (r1201) (rspec gem)<br></i>&gt;<i><span style="font-style: italic;">&gt;</span> rspec_on_rails .3 plugin (on vendor/plugin)<br></i><br>&gt;What exactly did you mean with &quot;rspec_on_rails .3 plugin&quot;?
<br><br>&gt;Aslak<br><br>You were right, it was a version mismatch between rspec and the rspec_on_rails plugin I was using.<br><br>Once I uninstalled rspec, removed the spec directory, cleared out plugins and generators under vendor, and
<br>obtained and carried out the following from Keith, it all worked:<br><br>&gt;$ sudo gem install rspec<br>&gt;(Should automatically upgrade to 0.7.4)<br><br>&gt;$ cd ${RAILS_APP}<br>&gt;$ ./script/plugin install --force svn://rubyforge.org/var/svn/rspec/tags/REL_0_7_4/vendor/rspec_on_rails/vendor/plugins/rspec
<br><br>&gt;(I think you need the --force switch to overwrite the 0.7.2 plugin with 0.7.4)<br><br>Thanks!<br><br></pre>