require 'helper' describe Readability::Client do after do Readability.reset end context "when creating a client" do describe "with no options" do it "should assign client with default values" do pending end end describe "with options" do it "should accept configuration options" do pending end it "should assign the client with overiden default values" do pending end end end context "when using a client" do pending end end