https://github.com/barrel/tdd-example-ruby
A simple Sinatra app illustrating the concepts behind TDD.
https://github.com/barrel/tdd-example-ruby
Last synced: 4 months ago
JSON representation
A simple Sinatra app illustrating the concepts behind TDD.
- Host: GitHub
- URL: https://github.com/barrel/tdd-example-ruby
- Owner: barrel
- Created: 2014-03-29T20:54:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-31T03:01:06.000Z (over 12 years ago)
- Last Synced: 2025-02-25T14:31:59.541Z (over 1 year ago)
- Language: Ruby
- Size: 227 KB
- Stars: 3
- Watchers: 34
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TDD Example - Ruby
==================
A simple Sinatra app illustrating the concepts behind TDD.
### Getting Started
- Install sqlite
`brew install sqlite`
- Install Ruby Dependencies
`bundle`
- Fire up the Rack server
`rerun 'rackup'`
- Visit the app at [localhost:9292](http://localhost:9292)