Sha256: 6f5a8e787d8423fb1779619545368cd4ca8a8fdcbb487eca73a1eeab927257da

Contents?: true

Size: 212 Bytes

Versions: 2

Compression:

Stored size: 212 Bytes

Contents

describe Octopress::Ink do
  subject { Octopress::Ink.build }

  %w[debug warn info error].each do |method|
    it "responds to #{method} method" do
      expect(subject).to respond_to(method)
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
octopress-3.0.0.alpha2 lib/spec/octopress/ink_spec.rb
octopress-3.0.0.alpha1 lib/spec/octopress/ink_spec.rb