Topic: Testing legacy models, cannot drop tables/views
I'm standing up a very simple rails3 app which provides restful access to some Oracle views. I do not own the dev/test/prod databases - and therefore cannot drop/create/seed the test database when I run test cases.
Basically, I'm just looking to disable the drop/create/seed behavior from Test::Unit.
I've searched google and this forum and the closest thing I've found is this: http://railsforum.com/viewtopic.php?id=14678 but that's a couple years old, and didn't bear fruit.
Has anyone found their way around this?