What I had also done is commented this line out of my rspec.rake. spec_prereq = File.exist?(File.join(RAILS_ROOT, 'config', 'database.yml')) ? "db:test:prepare" : :noop
Which I am assuming is running a db:test:prepare as a prerequisite for running the rspecs. So will the new code I write for the db:test:prepare be picked up by these lines above? -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users