spec/spec_helper.rb in adauth-2.0.2 vs spec/spec_helper.rb in adauth-2.0.3

- old
+ new

@@ -21,17 +21,5 @@ def test_data(set, key) @yaml ||= YAML::load(File.open('spec/test_data.yml')) @yaml[set][key] end - -def administrator - Adauth::AdObjects::User.where('sAMAccountName', "administrator").first -end - -#def breakable_user -# Adauth::AdObjects::User.where('sAMAccountName', test_data("domain", "breakable_user")).first -#end - -def query_user - Adauth::AdObjects::User.where('sAMAccountName', test_data("domain", "query_user")).first -end