-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME.md.orig
45 lines (33 loc) · 873 Bytes
/
README.md.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<<<<<<< HEAD
SpreeMultiSeller
================
Introduction goes here.
Installation
------------
Add spree_multi_seller to your Gemfile:
```ruby
gem 'spree_multi_seller'
```
Bundle your dependencies and run the installation generator:
```shell
bundle
bundle exec rails g spree_multi_seller:install
```
Testing
-------
Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
```shell
bundle
bundle exec rake test_app
bundle exec rspec spec
```
When testing your applications integration with this extension you may use it's factories.
Simply add this require statement to your spec_helper:
```ruby
require 'spree_multi_seller/factories'
```
Copyright (c) 2013 [name of extension creator], released under the New BSD License
=======
spree_multi_seller
==================
>>>>>>> 6cdb8564170e57675e29c0352bd579ca09815c39