https://github.com/dcastro/mads2011
https://github.com/dcastro/mads2011
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dcastro/mads2011
- Owner: dcastro
- Created: 2011-10-25T08:44:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-04T09:18:32.000Z (over 14 years ago)
- Last Synced: 2025-01-08T00:30:28.980Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 2.59 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
De modo a correr o servidor:
1. Executar "bundle install"
2. Executar "bundle exec rake db:setup"
3. Executar "rails server"
Para correr os testes:
1. Executar "bundle exec rake db:setup RAILS_ENV=test"
2. Executar "cucumber" na raíz do projecto.