Sha256: e5fbe23143c93efd4485fa650db2c732b6d3a9e3c3598645cc14ebdf554fd759

Contents?: true

Size: 502 Bytes

Versions: 5

Compression:

Stored size: 502 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/chili                 # chili unit tests
spec/requests              # integration tests
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chili-4.0.1 spec/README.md
chili-4.0.0 spec/README.md
chili-3.1.1 spec/README.md
chili-3.1.0 spec/README.md
chili-3.0.0 spec/README.md