ruby-net-ldap/spec/spec_helper.rb
Kaspar Schiess 31ba47cf1d ! A proper fix for the error I've found yesterday.
We should further look for empty rescue statements, as they may
sometimes catch stuff that we don't want to be caught.
2010-03-18 08:44:58 +01:00

5 lines
87 B
Ruby

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