Sha256: cb0ca99318cbe0c3030d4713e03cb54848062eec8be030eb4dd50246317349dd

Contents?: true

Size: 907 Bytes

Versions: 11

Compression:

Stored size: 907 Bytes

Contents

# Development

In order to set up the local environment you'd have to have Ruby installed and a few global gems used to run and record the unit tests. A working Ruby version can be taken from the [CI script](/.circleci/config.yml). At the moment of this writting we're using Ruby `2.5.7`.

> It is expected that every Pull Request introducing a fix, change or feature contains enough test coverage to assert the new behavior.

## Running the tests

Install the gems required for this project.

```bash
bundle install
```

Finally, run the tests.

```bash
bundle exec rake test
```

### Running only unit tests

You can run only the unit tests and ignore the integration tests by running the following:

```bash
bundle exec rake spec
```

### Running only integration tests

You can run only the unit tests and ignore the integration tests by running the following:

```bash
bundle exec rake integration
```

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
auth0-5.18.0 DEVELOPMENT.md
auth0-5.16.0 DEVELOPMENT.md
auth0-5.15.0 DEVELOPMENT.md
auth0-5.14.2 DEVELOPMENT.md
auth0-5.14.1 DEVELOPMENT.md
auth0-5.14.0 DEVELOPMENT.md
auth0-5.13.0 DEVELOPMENT.md
auth0-5.12.0 DEVELOPMENT.md
auth0-5.11.0 DEVELOPMENT.md
minty-1.0.1 DEVELOPMENT.md
minty-1.0.0 DEVELOPMENT.md