Sha256: 531bd7333401b1c34165f436d7175c142afe062de1cc377013e208da7c803be4
Contents?: true
Size: 387 Bytes
Versions: 5
Compression:
Stored size: 387 Bytes
Contents
require 'spec_helper' describe Adauth::AdObjects::Folder do let(:root_folder) do Adauth::AdObjects::Folder.root end it "should find the root of the domain" do default_config root_folder.should be_a Adauth::AdObjects::Folder end it "should have members" do default_config root_folder.members.should be_a Array end end
Version data entries
5 entries across 5 versions & 1 rubygems