An open API service indexing awesome lists of open source software.

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.

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)