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.6.1 test/resources/filesystem_paths.yml
ndr_support-5.6.0 test/resources/filesystem_paths.yml
ndr_support-5.5.1 test/resources/filesystem_paths.yml
ndr_support-5.5.0 test/resources/filesystem_paths.yml
ndr_support-5.4.2 test/resources/filesystem_paths.yml
ndr_support-5.4.1 test/resources/filesystem_paths.yml
ndr_support-5.3.2 test/resources/filesystem_paths.yml
ndr_support-5.3.1 test/resources/filesystem_paths.yml
ndr_support-5.3.0 test/resources/filesystem_paths.yml
ndr_support-5.2.0 test/resources/filesystem_paths.yml
ndr_support-5.1.0 test/resources/filesystem_paths.yml
ndr_support-4.2.0 test/resources/filesystem_paths.yml
ndr_support-5.0.0 test/resources/filesystem_paths.yml
ndr_support-4.1.2 test/resources/filesystem_paths.yml
ndr_support-4.1.1 test/resources/filesystem_paths.yml
ndr_support-4.0.1 test/resources/filesystem_paths.yml
ndr_support-4.0.0 test/resources/filesystem_paths.yml
ndr_support-3.3.0 test/resources/filesystem_paths.yml
ndr_support-3.2.1 test/resources/filesystem_paths.yml
ndr_support-3.2.0 test/resources/filesystem_paths.yml