public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
ryanb (author)
Sun Nov 01 23:20:25 -0800 2009
commit  64fa4170616e360c8222352468bf7938d5cb3381
tree    6c327d53bb8baec56fab6c2f9819aa5ac06d0b5e
parent  b09f740d4790d935da4a2383e9f9826dc19e9065
railscasts-episodes / episode-116
name age message
..
file README Sun Jun 29 23:40:58 -0700 2008 adding commands to readme [ryanb]
directory store/ Sun Jun 29 23:40:58 -0700 2008 adding commands to readme [ryanb]
episode-116/README
Railscasts Episode #116: Selenium

http://railscasts.com/episodes/116

Outline
- start server in test env
- show testing product creation with Selenium IDE
- install selenium on rails plugin
- generate selenium test case for destroy action
- fix confirmation bug
- setup config and run rake test:acceptance


Commands

  script/plugin install git://github.com/ryanb/selenium-on-rails.git
  script/generate selenium destroy_product.rsel
  rake test:acceptance