Skip to content

slaur/spree_video

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Add spree_video to your Gemfile:

gem 'spree_video', github: 'slaur/spree_video', branch: 'master'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_video:install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_video/factories'

Copyright (c) 2016 Chashmeet Singh, released under the MIT License

About

Spree Extension to add video to each product

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.6%
  • CSS 1.7%
  • JavaScript 1.7%