Sha256: 0931cffc1b25a0d364a5b0f595412f47da4c5f2e84a17a4c0b12058ba9be5a2e

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

SolidusPrototypes
================

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/solidusio-contrib/solidus_prototypes/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/solidusio-contrib/solidus_prototypes/tree/main)

Prototype extension for Solidus.

Installation
------------

Add solidus_prototypes to your Gemfile:

```ruby
gem 'solidus_prototypes'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g solidus_prototypes:install
```

Testing
-------

First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs, and [Rubocop](https://github.com/bbatsov/rubocop) static code analysis. The dummy app can be regenerated by using `rake test_app`.

```shell
bundle
bundle exec rake
```

When testing your application's integration with this extension you may use its factories.
Simply add this require statement to your spec_helper:

```ruby
require 'solidus_prototypes/factories'
```

Copyright (c) 2016 Solidus, released under the New BSD License

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solidus_prototypes-1.6.0 README.md
solidus_prototypes-1.5.1 README.md
solidus_prototypes-1.5.0 README.md