running all specs with 'rake spec'

working on a spec that gets run last.
when run individually, it is green.
but in 'rake spec' it fails because the database is dirty

I'm guessing this is caused by early specs that fail as well
????
is this normal?

if that's the problem, what's the best way to force the database to be
cleaned after each scenario?

I have database_cleaner (with cucumber), but just the default
configuration

thanks





_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to