Skip to content

Commit

Permalink
Add blurb about factory_overrides to README
Browse files Browse the repository at this point in the history
  • Loading branch information
adammathys committed May 26, 2016
1 parent 51296a5 commit 8a857b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,18 @@ You should see 'Stores & Domains' in Configuration tab of Spree Admin.
Development
-------

To see if your stores indeed do point to the correct and unique domains, start your server with
To see if your stores indeed do point to the correct and unique domains, start your server with
```shell
rails s -p 3000 -b lvh.me
```
and give a store a domain like http://store1.lvh.me:3000/.

If you'd like access to Solidus factories for your own tests that work well
with this extension, add the following to your `spec_helper`:
```ruby
require "spree_multi_domain/testing_support/factory_overrides"
```

Authorization
-------------

Expand Down

0 comments on commit 8a857b9

Please sign in to comment.