Add spree_mail_settings to your Gemfile
:
gem 'spree_mail_settings', github: 'spree-contrib/spree_mail_settings', branch: 'master'
Run:
bundle
That's it!
Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
bundle
bundle exec rake test_app
bundle exec rspec spec
See corresponding guidelines
Copyright (c) 2014-2015 John Hawthorn and contributors, released under the New BSD License