Sha256: dc1d9d99d2c44009a1a683bae69bdb66ae0753f97a037ff50f796124d12fcb59
Contents?: true
Size: 346 Bytes
Versions: 29
Compression:
Stored size: 346 Bytes
Contents
module Shoulda module Matchers module Integrations module Libraries # @private class MissingLibrary Integrations.register_library(self, :missing_library) def integrate_with(test_framework) end def rails? false end end end end end end
Version data entries
29 entries across 29 versions & 1 rubygems