spec/loopiator/configuration_spec.rb in loopiator-0.3.5 vs spec/loopiator/configuration_spec.rb in loopiator-0.3.6
- old
+ new
@@ -10,14 +10,10 @@
it "should not have a password set" do
expect(Loopiator.configuration.password).to be == nil
end
- it "should have a default host set" do
- expect(Loopiator.configuration.host).to be == "api.loopia.se"
- end
-
it "should have a default port set" do
expect(Loopiator.configuration.port).to be == 443
end
it "should have a default path set" do
@@ -60,13 +56,9 @@
expect(Loopiator.configuration.proxy_host).to be == "192.1.1.1"
end
it "should have a custom proxy port set" do
expect(Loopiator.configuration.proxy_port).to be == 8080
- end
-
- it "should have a default host set" do
- expect(Loopiator.configuration.host).to be == "api.loopia.se"
end
it "should have a default port set" do
expect(Loopiator.configuration.port).to be == 443
end
\ No newline at end of file