spec/rails_helper.rb in mandrill_event-0.0.1 vs spec/rails_helper.rb in mandrill_event-0.0.2
- old
+ new
@@ -1,4 +1,5 @@
ENV["RAILS_ENV"] = 'test'
require File.expand_path("../dummy/config/environment", __FILE__)
+require 'spec_helper'
require 'rspec/rails'
# $:.unshift File.expand_path('../app/controllers', __FILE__)