Mike Vogel wrote: Same problem when using version rspec-rails 1.2.9 and rspec 1.2.9. I uninstalled both gems, reinstalled rspec-rails letting it pull in the version of rspec it depends on. I re-ran 'ruby script/generate rspec' and let it replace all the files. I copied spec_server from http://github.com/dchelimsky/spec_server. spec spec runs all the specs successfully. autospec without the --drb option runs all specs successfully autospec with -drb option fails with "undefined method `use_transactional_fixtures='" exception. -- Posted via http://www.ruby-forum.com/.