Sha256: 8d4ffd8e1ea68f45be60712aa94afb33a3ad1f6aaaf36ddfc3f5b7467034249d

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

require 'spec_helper'

describe Adauth::AdObjects::Folder do
    it "should find Domain Controllers" do
        default_config
        Adauth::AdObjects::Folder.root.should be_a Adauth::AdObjects::Folder
    end
    
    it "should have members" do
        default_config
        Adauth::AdObjects::Folder.root.members.should be_a Array
    end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adauth-2.0.0 spec/adauth_ad_object_folder_spec.rb