test/helper.rb in tracksperanto-2.9.9 vs test/helper.rb in tracksperanto-2.10.0

- old
+ new

@@ -2,9 +2,10 @@ require "rubygems" require File.dirname(__FILE__) + '/../lib/tracksperanto' unless defined?(Tracksperanto) require 'test/unit' require 'flexmock' require 'flexmock/test_unit' +require 'approximately' require 'fileutils' unless File.exist?(File.dirname(__FILE__) + "/import/samples") puts "Please run tests on a git checkout from http://github.com/guerilla-di/tracksperanto" puts "so that you also have the 17-something megs of the test corpus to test against. Aborting."