In Files

RSpecExtensions

Public Instance Methods

configure(apply_changes = true) click to toggle source
# File spec/spec_env.rb, line 8
def configure(apply_changes = true)

        cfg = IisConfiguration.new

        yield cfg

    cfg.apply_changes if apply_changes

end
generate_random_name() click to toggle source
# File spec/spec_env.rb, line 14
def generate_random_name

        UUID.generate(:compact).to_s

end

[Validate]

Generated with the Darkfish Rdoc Generator 2.