Sha256: d076035b3de7685d02aea836ecc95f2cc5aaa00d3b54f178dcfb1972400f0e24

Contents?: true

Size: 237 Bytes

Versions: 3

Compression:

Stored size: 237 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Yardstick::Config, '#path' do
  subject { described_class.new(options).path }

  context 'when default options' do
    let(:options) { {} }

    it { should == 'lib/**/*.rb' }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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