Sha256: f2f6098aa860bd0bb089ff5266cd98ded3ea0d7e16015fa9f1006839736a5f81

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Yardstick::Config, '#path=' do
  subject { described_class.new }

  before { subject.path = '/tmp/*.rb' }

  its(:path) { should == '/tmp/*.rb' }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yardstick-0.9.9 spec/unit/yardstick/config/path_writer_spec.rb
yardstick-0.9.8 spec/unit/yardstick/config/path_writer_spec.rb
yardstick-0.9.7 spec/unit/yardstick/config/path_writer_spec.rb