Sha256: 791611e1533e6f484bb70e5e0b7139fcfb80424bc4e6efa867f8b17daaa07b6f

Contents?: true

Size: 604 Bytes

Versions: 41

Compression:

Stored size: 604 Bytes

Contents

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

? !ruby/regexp /.*/
: 
  dbs_outbox: 
    root: "/mounts/ron/dbs_outbox"
    prms:
      - r
      - w
      - x
  broken_space:
    root: "potato"
    prms:
      - r
      - w
      - x
  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: <%#= Rails.root.join("test","unit","files") %>
    prms:
      - r
      - w

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
ndr_support-5.10.4 test/resources/filesystem_paths.yml
ndr_support-5.10.3 test/resources/filesystem_paths.yml
ndr_support-5.10.2 test/resources/filesystem_paths.yml
ndr_support-5.10.1 test/resources/filesystem_paths.yml
ndr_support-5.10.0 test/resources/filesystem_paths.yml
ndr_support-5.9.7 test/resources/filesystem_paths.yml
ndr_support-5.9.6 test/resources/filesystem_paths.yml
ndr_support-5.9.5 test/resources/filesystem_paths.yml
ndr_support-5.9.4 test/resources/filesystem_paths.yml
ndr_support-5.9.3 test/resources/filesystem_paths.yml
ndr_support-5.9.2 test/resources/filesystem_paths.yml
ndr_support-5.9.1 test/resources/filesystem_paths.yml
ndr_support-5.9.0 test/resources/filesystem_paths.yml
ndr_support-5.8.4 test/resources/filesystem_paths.yml
ndr_support-5.8.3 test/resources/filesystem_paths.yml
ndr_support-5.8.2 test/resources/filesystem_paths.yml
ndr_support-5.8.1 test/resources/filesystem_paths.yml
ndr_support-5.8.0 test/resources/filesystem_paths.yml
ndr_support-5.7.1 test/resources/filesystem_paths.yml
ndr_support-5.7.0 test/resources/filesystem_paths.yml