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

Version Path
shoulda-matchers-6.4.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-6.3.1 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-6.3.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-6.2.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-6.1.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-6.0.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-5.3.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-5.2.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-5.1.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-5.0.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-5.0.0.rc1 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.5.1 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.5.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.4.1 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.4.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.3.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.2.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.1.2 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.1.1 lib/shoulda/matchers/integrations/libraries/missing_library.rb
shoulda-matchers-4.1.0 lib/shoulda/matchers/integrations/libraries/missing_library.rb