spec/statrapator/config_spec.rb in statraptor-0.2.5 vs spec/statrapator/config_spec.rb in statraptor-0.2.6
- old
+ new
@@ -9,10 +9,10 @@
StatRaptor.reset
end
describe ".endpoint" do
it "should return the default endpoint" do
- StatRaptor.endpoint.should == StatRaptor::Config::DEFAULT_ENDPOINT
+ StatRaptor.endpoint.should == "https://statraptor.com"
end
end
describe ".endpoint=" do
it "should set the endpoint" do