Sha256: 62c00160c4244fb68a7321e0e5a15cf3f32394c83c5803ed4e70f5a3fa714bbd

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

# Running tests

```bash
$ rake app:db:setup
$ rake app:db:test:prepare
$ rake
```

## Folders

```bash
spec/dummy/app             # dummy app for generating chili features inside
spec/dummy/blank_feature   # blank feature template used to compare output of generators
spec/example_app           # rails app containing 2 chili features for integration testing
spec/generators            # generator tests
spec/lib                   # lib unit tests
spec/requests              # integration tests
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chili-2.0.1 spec/README.md