<pre>>><i> rspec (0.7.4) RSpec-0.7.4 (r1201) (rspec gem)<br></i>><i><span style="font-style: italic;">></span> rspec_on_rails .3 plugin (on vendor/plugin)<br></i><br>>What exactly did you mean with "rspec_on_rails .3 plugin"?
<br><br>>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>>$ sudo gem install rspec<br>>(Should automatically upgrade to 0.7.4)<br><br>>$ cd ${RAILS_APP}<br>>$ ./script/plugin install --force svn://rubyforge.org/var/svn/rspec/tags/REL_0_7_4/vendor/rspec_on_rails/vendor/plugins/rspec
<br><br>>(I think you need the --force switch to overwrite the 0.7.2 plugin with 0.7.4)<br><br>Thanks!<br><br></pre>