Sha256: 46c3ca76a523443804ab40daa0a5f9101c5f9f65da381b501b5924df7451802c
Contents?: true
Size: 221 Bytes
Versions: 3
Compression:
Stored size: 221 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Yardstick::Document, '#docstring' do subject { described_class.new(docstring).docstring } let(:docstring) { double('docstring') } it { should be(docstring) } end
Version data entries
3 entries across 3 versions & 1 rubygems