Sha256: 1f700309b0e616f29e1f53344e94bbb1b991547ac1d3f09a07bb1926567deb27

Contents?: true

Size: 356 Bytes

Versions: 27

Compression:

Stored size: 356 Bytes

Contents

# How to test Decidim engines

## Requirements

You need to create a dummy application to run your tests. Run the following command in the decidim root's folder:

```bash
bundle exec rake decidim:generate_test_app
```

## Running the test suite

A Decidim engine can be tested running the following command inside its folder:

```bash
bundle exec rake
```

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
decidim-0.4.0 docs/testing.md
decidim-0.3.2 docs/testing.md
decidim-0.3.1 docs/testing.md
decidim-0.3.0 docs/testing.md
decidim-0.2.0 docs/testing.md
decidim-0.1.0 docs/testing.md
decidim-0.0.8.1 docs/testing.md