Sha256: 0ee2e01605076fb029e3a2ab07d77f130051e2ff4046c97d33337044986c16e1
Contents?: true
Size: 1020 Bytes
Versions: 3
Compression:
Stored size: 1020 Bytes
Contents
<image src="https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true" width="95"> <a href="https://badge.fury.io/rb/spree_video"><img src="https://badge.fury.io/rb/spree_video.svg" alt="Gem Version" height="18"></a> Installation ------------ Add spree_video to your Gemfile: ```ruby gem 'spree_video', github: 'chashmeetsingh/spree_video', branch: 'master' ``` Bundle your dependencies and run the installation generator: ```shell 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`. ```shell 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: ```ruby require 'spree_video/factories' ``` Copyright (c) 2015 Chashmeet Singh, released under the New BSD License
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_video-1.0.3 | README.md |
spree_video-1.0.2 | README.md |
spree_video-1.0.1 | README.md |