Sha256: a91ed1cb4c9c9209639ba196e7b0d9655d94aa69266770aba49156a16ede8e9b

Contents?: true

Size: 339 Bytes

Versions: 9

Compression:

Stored size: 339 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 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

9 entries across 9 versions & 1 rubygems

Version Path
decidim-0.9.3 docs/testing.md
decidim-0.9.2 docs/testing.md
decidim-0.9.1 docs/testing.md
decidim-0.9.0 docs/testing.md
decidim-0.8.4 docs/testing.md
decidim-0.8.3 docs/testing.md
decidim-0.8.2 docs/testing.md
decidim-0.8.1 docs/testing.md
decidim-0.8.0 docs/testing.md