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

https://github.com/krisleech/flower

Playing with testing
https://github.com/krisleech/flower

Last synced: about 1 year ago
JSON representation

Playing with testing

Awesome Lists containing this project

README

          

# Flower

This is a sample project to be used to play with testing.

## Specs

```
bundle exec rspec
```

## Mutants

```
bundle exec mutant --use rspec 'Flower*'
```

## Coverage

Output to `coverage/index.html` each time specs are run.