Sha256: a704cc5e4ea0c9a955a35318ee9c4acb8f71b783a2d319af232f40ab419197ef
Contents?: true
Size: 529 Bytes
Versions: 2
Compression:
Stored size: 529 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
readability_parser-0.0.2 | spec/readability/client_spec.rb |
readability_parser-0.0.1 | spec/readability/client_spec.rb |