spec/spec_helper.rb in esendex-0.5.0 vs spec/spec_helper.rb in esendex-0.6.0
- old
+ new
@@ -1,6 +1,7 @@
require 'rake'
require 'rspec'
+require 'rspec/collection_matchers'
# Configure Rails Environment
ENV["RAILS_ENV"] = "test"
require File.expand_path("../dummy/config/environment.rb", __FILE__)