File: test_helper.rb

package info (click to toggle)
ruby-redis-activesupport 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 268 kB
  • sloc: ruby: 867; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#require 'bundler/setup'
require 'minitest/autorun'
require 'mocha/setup'
require 'active_support'
require 'active_support/cache/redis_store'

puts "Testing against ActiveSupport v#{ActiveSupport::VERSION::STRING}"