Sha256: 866e63fb218823b5f619aeb6f518dfe99510abb5836ac5dc50d705856f88c615
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
require 'net/ldap' RSpec.configure do |config| config.mock_with :flexmock def raw_string(s) # Conveniently, String#b only needs to be called when it exists s.respond_to?(:b) ? s.b : s end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
net-ldap-0.7.0 | spec/spec_helper.rb |