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

https://github.com/bytedecoder/expense_tracker

My solutions to the Effective Testing with RSpec 3 book (Modular Sinatra example API)
https://github.com/bytedecoder/expense_tracker

ruby sinatra

Last synced: 10 months ago
JSON representation

My solutions to the Effective Testing with RSpec 3 book (Modular Sinatra example API)

Awesome Lists containing this project

README

          

# Running the App

```bash
$ bundle exec rackup
```

# Creating development App database
```bash
$ bundle exec sequel -m ./db/migrations sqlite://db/development.db --echo
```

# Running each rspec test isolated
```bash
$ ./run-isolated-specs
```