spec/assistly_spec.rb in assistly-0.1.2 vs spec/assistly_spec.rb in assistly-0.1.3

- old
+ new

@@ -42,22 +42,9 @@ it "should set the adapter" do Assistly.adapter = :typhoeus Assistly.adapter.should == :typhoeus end end - - # describe ".endpoint" do - # it "should return the default endpoint" do - # Assistly.endpoint.should == Assistly::Configuration::DEFAULT_ENDPOINT - # end - # end - - describe ".endpoint=" do - it "should set the endpoint" do - Assistly.endpoint = 'http://tumblr.com/' - Assistly.endpoint.should == 'http://tumblr.com/' - end - end describe ".subdomain=" do before do Assistly.subdomain = "zencoder" end