spec/readability/api/content_spec.rb in readability_parser-0.0.2 vs spec/readability/api/content_spec.rb in readability_parser-0.0.3

- old
+ new

@@ -1,23 +1,4 @@ require 'helper' -describe Readability::API::Content do - - before do - @client = Readability::Client.new(:api_token => '12345678910') - end - - after do - Readability.reset - end - - describe ".parse" do - it "fetches the content of a given uri" do - pending - end - - it "returns a Readability::Article" do - pending - end - end - +describe ReadabilityParser::API::Content do end \ No newline at end of file