Sha256: aa5105d87ba400887ef4187a760c54dadedec8520f0f499110f6167dbb0f839c

Contents?: true

Size: 799 Bytes

Versions: 4

Compression:

Stored size: 799 Bytes

Contents

# Contributing

After checking out the repo, run `bundle install` to install dependencies. Then, run `bundle exec rake spec` to run the tests. To install this gem onto your local machine, run `bundle exec rake install`.

You can use [Guard][] to automatically run the tests every time a file in the `lib` or `spec` folder changes.

Run Guard through Bundler with:

```shell
bundle exec guard
```

[Guard]: https://github.com/guard/guard

## Code coverage

The 100% code coverage requirement must be met before submitting new code.
This can be checked by opening the generated [SimpleCov][] files:

 ```shell
open coverage/index.html
 ```

## Style guide

The Ruby style guide is configured in the [rubocop.yml](rubocop.yml) file and can be checked by running:

```shell
bundle exec rake rubocop
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yoti_sandbox-1.2.1 CONTRIBUTING.md
yoti_sandbox-1.2.0 CONTRIBUTING.md
yoti_sandbox-1.1.0 CONTRIBUTING.md
yoti_sandbox-1.0.0 CONTRIBUTING.md