Sha256: 7852f6304c81b27bd08a77c85e6b3c924b58ef9107d3d90e6e87f1b23a1fe7a6

Contents?: true

Size: 457 Bytes

Versions: 32

Compression:

Stored size: 457 Bytes

Contents

<% require 'tmpdir' %>
# This allows us different filesystem paths for different platforms
--- 
test_files: &test_files
  root: <%= Dir.mktmpdir %>

? !ruby/regexp /.*/
: 
  test_space_r:
    <<: *test_files
    prms:
      - r
  test_space_w:
    <<: *test_files
    prms:
      - w
  test_space_rw:
    <<: *test_files
    prms:
      - r
      - w
  permanent_test_files:
    root: <%= NdrImport.root + '/test/resources' %>
    prms:
      - r
      - w

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
ndr_import-4.1.0 test/resources/filesystem_paths.yml
ndr_import-4.0.1 test/resources/filesystem_paths.yml
ndr_import-4.0.0 test/resources/filesystem_paths.yml
ndr_import-3.1.6 test/resources/filesystem_paths.yml
ndr_import-3.1.5 test/resources/filesystem_paths.yml
ndr_import-3.1.4 test/resources/filesystem_paths.yml
ndr_import-3.1.3 test/resources/filesystem_paths.yml
ndr_import-3.1.2 test/resources/filesystem_paths.yml
ndr_import-3.1.1 test/resources/filesystem_paths.yml
ndr_import-3.1.0 test/resources/filesystem_paths.yml
ndr_import-3.0.1 test/resources/filesystem_paths.yml
ndr_import-3.0.0 test/resources/filesystem_paths.yml