spec/spec_helper.rb in mtdevise-2.0.5 vs spec/spec_helper.rb in mtdevise-2.5.0
- old
+ new
@@ -1,6 +1,7 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
+ENV["PHC_MTDEVISE_SENDER"] ||= 'no-reply@phcnetworks.net'
require File.expand_path("../test_app/config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
require 'shoulda/matchers'