Sha256: f72035bc0c7a99b2716184d0516c5f0b1e0ea3cc425678e19a83a657feff20c7

Contents?: true

Size: 159 Bytes

Versions: 3

Compression:

Stored size: 159 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Yardstick::Document::NullTag, '#text' do
  subject { described_class.new.text }

  it { should be_nil }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yardstick-0.9.9 spec/unit/yardstick/document/null_tag/text_spec.rb
yardstick-0.9.8 spec/unit/yardstick/document/null_tag/text_spec.rb
yardstick-0.9.7 spec/unit/yardstick/document/null_tag/text_spec.rb