mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
6 lines
81 B
Ruby
6 lines
81 B
Ruby
|
|
require 'net/ldap'
|
||
|
|
|
||
|
|
RSpec.configure do |config|
|
||
|
|
config.mock_with :flexmock
|
||
|
|
end
|