Sha256: 6e83f6b83f9dffe733570f8bd30e990070179019848d33e201e9ec79a062cfa8

Contents?: true

Size: 152 Bytes

Versions: 3

Compression:

Stored size: 152 Bytes

Contents

# encoding: utf-8

# Mock Document object
class DocumentMock
  def path
    'Foo#bar'
  end

  def file
    '(stdin)'
  end

  def line
    2
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yardstick-0.9.9 spec/support/document_mock.rb
yardstick-0.9.8 spec/support/document_mock.rb
yardstick-0.9.7 spec/support/document_mock.rb