Sha256: 1bb46caf37b0fda45fce27afe88645890f40b2dacfcfaae9e98f2d6d84a826fc

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

require 'helper'

describe Readability do

  after do
    Readability.reset
  end

  describe ".new" do
    it "is a Readability::Client" do
      (Readability.new).should be_a_kind_of(Readability::Client)
    end
  end

  describe ".method_missing?" do
    pending
  end

  describe ".respond_to?" do
    pending
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
readability_parser-0.0.2 spec/readability_spec.rb
readability_parser-0.0.1 spec/readability_spec.rb