Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History

episode-156

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
Railscasts Episode #156: Webrat

http://railscasts.com/episodes/156

Commands
  
  sudo rake gems:install RAILS_ENV=test
  script/generate integration_test authentication
  rake test:integration
  script/generate nifty_authentication
  rake db:migrate