spec/spec_helper.rb in trackerific-0.3.2 vs spec/spec_helper.rb in trackerific-0.3.3

- old
+ new

@@ -1,7 +1,8 @@ require 'rubygems' require 'bundler/setup' require 'trackerific' +require 'rspec_multi_matchers' # load all the support files Dir["spec/support/**/*.rb"].each { |f| require File.expand_path(f) } require 'rspec/rails' # this has to be loaded after the support files