Sha256: 18c4c33bb9c77a2884569e6bd10f24681709443c6c5e3cf4f270453f0ee7e2b8

Contents?: true

Size: 612 Bytes

Versions: 2

Compression:

Stored size: 612 Bytes

Contents

Feature: File names with spaces
  In order to ensure file names with spaces are correctly handled
  
  Scenario: Use spaces in file names
    Given a directory named "this source"
    Given a file named "this source/one" with:
      """
      xxxx
      """
    Given a file named "this source/two" with:
      """
      xxxx
      """
    Given a directory named "this target"
    When I successfully run `rsyncbackup --log-level debug 'this source' 'this target'`
    Then a file named "this target/.lastfull" should exist
    And a directory named "this target/.incomplete" should not exist
    


    
    

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rsyncbackup-1.0.2 features/spaced_file_names.feature
rsyncbackup-1.0.1 features/spaced_file_names.feature