Sha256: 6d45c5d4fd1f3ea6f608c977a4dbac3188845ae7d79ba4946141e340144a761e

Contents?: true

Size: 154 Bytes

Versions: 19

Compression:

Stored size: 154 Bytes

Contents

# frozen_string_literal: true

describe CSVDecision do
  describe '.root' do
    specify { expect(CSVDecision.root).to eq File.dirname __dir__ }
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
csv_decision2-0.5.1 spec/csv_decision_spec.rb
csv_decision-0.5.1 spec/csv_decision_spec.rb
csv_decision-0.5.0 spec/csv_decision_spec.rb
csv_decision-0.4.1 spec/csv_decision_spec.rb
csv_decision-0.4.0 spec/csv_decision_spec.rb
csv_decision-0.3.2 spec/csv_decision_spec.rb
csv_decision-0.3.1 spec/csv_decision_spec.rb
csv_decision-0.3.0 spec/csv_decision_spec.rb
csv_decision-0.2.0 spec/csv_decision_spec.rb
csv_decision-0.1.0 spec/csv_decision_spec.rb
csv_decision-0.0.9 spec/csv_decision_spec.rb
csv_decision-0.0.8 spec/csv_decision_spec.rb
csv_decision-0.0.7 spec/csv_decision_spec.rb
csv_decision-0.0.6 spec/csv_decision_spec.rb
csv_decision-0.0.5 spec/csv_decision_spec.rb
csv_decision-0.0.4 spec/csv_decision_spec.rb
csv_decision-0.0.3 spec/csv_decision.rb
csv_decision-0.0.2 spec/csv_decision.rb
csv_decision-0.0.1 spec/csv_decision.rb