Rails functional testing without migrations
Posted
by Brian D.
on Stack Overflow
See other posts from Stack Overflow
or by Brian D.
Published on 2010-04-21T23:00:05Z
Indexed on
2010/04/21
23:03 UTC
Read the original article
Hit count: 296
ruby-on-rails
|functional-testing
The name pretty much says it all. Does anyone know how to accomplish functional testing when you are not using migrations in Rails? I'd be open to any advice or third party libraries (if there are any). I thought of creating my own plugin to address this but it seems like a pretty big task and would rather not do this unless necessary.
Thanks in advance.
© Stack Overflow or respective owner