Sha256: 0973d1bb47fb09eb8160baf9011c9437675a3aaefa9c47ac062d4e7cc568a9d0
Contents?: true
Size: 451 Bytes
Versions: 5
Compression:
Stored size: 451 Bytes
Contents
require "test_helper" class CacheKeeper::EngineTest < ActiveSupport::TestCase test "registers the ActiveJob serializer for CachedMethod" do assert_includes Rails.application.config.active_job.custom_serializers, CacheKeeper::CachedMethodSerializer end test "doesn't register the ActiveJob serializer for whatever" do assert_not_includes Rails.application.config.active_job.custom_serializers, CacheKeeper::WhateverSerializer end end
Version data entries
5 entries across 5 versions & 1 rubygems