Sha256: 38f9234d568607254a1aeb90f5188382e086d9b4519b42fb4308fce7c3b4adb0

Contents?: true

Size: 674 Bytes

Versions: 4

Compression:

Stored size: 674 Bytes

Contents

# Spree Developer Tools

This gem includes:

* all dependencies to run Spree applications in development and test environments
* configuration for testing environment
* rspec and capybara helpers

## Installation

Add it to your `Gemfile`

```ruby
gem 'spree_dev_tools'
```

And run...

```bash
bundle install
```

## Configuring

If you want to disable Simplecov set the `SPREE_DEV_TOOLS_DISABLE_SIMPLECOV` ENV variable to any value.

## Contributing

If you'd like to contribute, please take a look at the
[instructions](CONTRIBUTING.md) for installing dependencies and crafting a good
pull request.

Copyright (c) 2020 Spark Solutions, released under the New BSD License

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_dev_tools-0.2.4 README.md
spree_dev_tools-0.2.3 README.md
spree_dev_tools-0.2.2 README.md
spree_dev_tools-0.2.1 README.md