Sha256: 12b01d3d2bca0cac30e3ca932976b16fbf60b35ea04a91cc6922b1bba9077058
Contents?: true
Size: 607 Bytes
Versions: 28
Compression:
Stored size: 607 Bytes
Contents
module Shoulda module Matchers module Integrations module Libraries # @private class ActiveModel Integrations.register_library(self, :active_model) include Integrations::Inclusion include Integrations::Rails def integrate_with(test_framework) test_framework.include(matchers_module, type: :model) include_into(ActiveSupport::TestCase, matchers_module) end private def matchers_module Shoulda::Matchers::ActiveModel end end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems