spec/unit/cobbler/connection/common_spec.rb in cobbler-2.0.2 vs spec/unit/cobbler/connection/common_spec.rb in cobbler-2.0.3
- old
+ new
@@ -38,9 +38,10 @@
describe "testing a real connection" do
before(:each) do
TestConnection.hostname = yml['hostname']
TestConnection.username = yml['username']
TestConnection.password = yml['password']
+ TestConnection.timeout = yml['timeout']
end
it "should "
end
end