Skip to content

NEWECX/spree_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core

Core e-commerce functionality for the Spree project

Testing

Create the test site

bundle exec rake test_app

Run the tests

bundle exec rake spec

Run the coverage. After the rake task open coverage/index.html

bundle exec rake rcov