spec/spec_helper.rb in trackerific-0.1.1 vs spec/spec_helper.rb in trackerific-0.1.2

- old
+ new

@@ -3,8 +3,9 @@ require 'trackerific' # 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 + RSpec.configure do |config| config.mock_with :rspec end