Sha256: 70aab3de4b1337b138083aa6f548c348b93d869da2562266ee5f6ee9b76a24d4

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

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

[![CircleCI](https://circleci.com/gh/solidusio-contrib/solidus_prototypes.svg?style=svg)](https://circleci.com/gh/solidusio-contrib/solidus_prototypes)

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

5 entries across 5 versions & 1 rubygems

Version Path
solidus_prototypes-1.4.0 README.md
solidus_prototypes-1.3.0 README.md
solidus_prototypes-1.2.0 README.md
solidus_prototypes-1.1.1 README.md
solidus_prototypes-1.1.0 README.md