[rspec-users] Problem running RSpec tests with Rails
Bruno Cardoso
lists at ruby-forum.com
Mon Jul 26 13:36:17 EDT 2010
Thanks for the answers.
What both solutions (from Ashley and David) do is not modify the BD in
anyway, so nothing gets dropped and nothing is created. This resolves
the problem but what if I want a clean installation in each test run? Is
there a way to keep my "schema_migrations" table or remove the check for
migration scripts? I would still like to recreate the rest of the
tables.
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list