ruby-net-ldap/spec/spec_helper.rb

6 lines
81 B
Ruby

require 'net/ldap'
RSpec.configure do |config|
config.mock_with :flexmock
end