Sha256: 32debb154f758d46dbf458ad0886955a1d1c2c1cb5c94c3eb0fd54a3a56b459b

Contents?: true

Size: 238 Bytes

Versions: 3

Compression:

Stored size: 238 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Yardstick::ReportOutput, '#to_s' do
  subject { described_class.new(pathname).to_s }

  let(:pathname) { Pathname(path) }
  let(:path)     { '/foo/bar'     }

  it { should == path }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yardstick-0.9.9 spec/unit/yardstick/report_output/to_s_spec.rb
yardstick-0.9.8 spec/unit/yardstick/report_output/to_s_spec.rb
yardstick-0.9.7 spec/unit/yardstick/report_output/to_s_spec.rb