This post originated from an RSS feed registered with Ruby Buzz
by Mike Gaffney.
Original Post: Announcing Mainline
Feed Title: confabulus
Feed URL: http://blog.confabulus.com/feed/
Feed Description: rails, coding, and the goings on at confabulus
Mainline is a rails plugin which exposes your rails app via webrick to allow
testing with browser automators such as Selenium or Watir. Mainline allows
your rails actions to run in the same transaction as your unit tests so you
can use fixtures, factories, or whatever.
Basically you can now test selenium in your same transaction and don’t have [...]