Skip to content

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