Sha256: 7362a1f81420dae368f6d148e58b74a214e3c66219c19bd1128d3fc02a7aada5
Contents?: true
Size: 375 Bytes
Versions: 6
Compression:
Stored size: 375 Bytes
Contents
require File.expand_path("../../../../test_helper.rb", __FILE__) module Activesupport module ActiveSupport class DependenciesTest < ::ActiveSupport::TestCase context "ActiveSupport::Dependencies" do should "respond to :autoload_paths" do assert ::ActiveSupport::Dependencies.respond_to? :autoload_paths end end end end end
Version data entries
6 entries across 6 versions & 2 rubygems