Sha256: 9f5ea34f24ea97b9d55d8760c34172765d1108b53f1109f738302aad7b702179
Contents?: true
Size: 398 Bytes
Versions: 12
Compression:
Stored size: 398 Bytes
Contents
## # Ladle dishes out steaming helpings of lightweight directory access # (LDAP) for use in testing with rspec, cucumber, or any other ruby # test framework. # # This is the namespace for Ladle's implementation. module Ladle autoload :VERSION, "ladle/version" autoload :Server, "ladle/server" autoload :RubyProcess, "ladle/ruby_process" autoload :JRubyProcess, "ladle/jruby_process" end
Version data entries
12 entries across 12 versions & 1 rubygems