Skip to content

Commit

Permalink
Fix minor formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobherrington committed Oct 1, 2018
1 parent 5e47e81 commit 47a8056
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sample/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# solidus\_sample

Sample contains a set of test data which is used to generate the sandbox can be
used to test out stores.
used to test stores.

Applications including the `solidus_sample` gem are provided a rake task to
load the sample data:

```
```shell
bundle exec rake spree_sample:load
```


## Testing

Run the tests
Run the tests:

bundle exec rspec
```shell
bundle exec rspec
```

0 comments on commit 47a8056

Please sign in to comment.