Skip to content

basiszwo/peperoni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Setup for sample application for RailsWay Magazine 05.09

=== Instructions

* edit conig/database.yml to your needs
* execute the following commands to set up your databases:
  "rake db:create"
  "rake db:migrate" or "rake db:schema:load"
  "RAILS_ENV=test rake db:create"
  "rake db:test:prepare"
  
* execute the following commands to see the app running:
  "script/server" within your application root folder
  hit "localhost:3000" in your browser to view the page
  "rake features" or "cucumber features" to run all the cucumber features

About

Cucumber example application for RailsWay Mag Issue 05/09 and cucumber presentations in general

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published