Commit 434dcc55 authored by James Lopez's avatar James Lopez

fix specs

parent f8db7590
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
class AddFilterToLdapGroupLinks < ActiveRecord::Migration class AddFilterToLdapGroupLinks < ActiveRecord::Migration
DOWNTIME = false
def change def change
add_column(:ldap_group_links, :filter, :string) add_column(:ldap_group_links, :filter, :string)
end end
......
...@@ -14,6 +14,8 @@ describe EE::Gitlab::LDAP::UserFilter do ...@@ -14,6 +14,8 @@ describe EE::Gitlab::LDAP::UserFilter do
base: 'dc=example,dc=com', base: 'dc=example,dc=com',
active_directory: false active_directory: false
) )
allow(fake_proxy).to receive(:provider)
end end
describe '#filter' do describe '#filter' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment