Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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