Common redis-store utilities.
Add this line to your application's Gemfile:
gem 'redis-store-testing'And then execute:
$ bundleOr install it yourself as:
$ gem install redis-store-testing# Rakefile
require 'bundler/setup'
require 'rake'
require 'bundler/gem_tasks'
require 'redis-store/testing/tasks'$ bundle exec rake- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request