test/test_helper.rb in redis-activesupport-4.1.1 vs test/test_helper.rb in redis-activesupport-4.1.2
- old
+ new
@@ -2,5 +2,6 @@
require 'minitest/autorun'
require 'mocha/setup'
require 'active_support'
require 'active_support/cache/redis_store'
+puts "Testing against ActiveSupport v.#{ActiveSupport::VERSION::STRING}"
\ No newline at end of file