Hi Not sure if this is a RSpec problem or Rails but I believe is more a RSpec situation.
What happens is that when I run my RSpecs tests all the BD is recreated, including the "schema_migration" table, because of this I get a problem saying: You have 29 pending migrations: 20100628100855 CreateCustomers 20100628103228 CreateAccounts 20100628172155 CreateCfgEntities ... etc It seems rails notices that the schema_migration tables is empty and that are migration scripts to run. This shouldn't be needed because Rails uses schema.rb to recreate the table, right? I'm using JRuby with JDBC connection by the way. Anyone know how to resolve this? -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users