Sha256: 33cda00694d9cf66938ec9c6b650ca470a3d11d9bbb181b41470280a194656c9

Contents?: true

Size: 614 Bytes

Versions: 8

Compression:

Stored size: 614 Bytes

Contents

Feature: File names with spaces
  In order to ensure file names with spaces are correctly handled
  
  @announce
  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 --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

8 entries across 8 versions & 1 rubygems

Version Path
rsyncbackup-2.1.2 features/spaced_file_names.feature
rsyncbackup-2.1.1 features/spaced_file_names.feature
rsyncbackup-2.0.5 features/spaced_file_names.feature
rsyncbackup-2.0.4 features/spaced_file_names.feature
rsyncbackup-2.0.3 features/spaced_file_names.feature
rsyncbackup-2.0.2 features/spaced_file_names.feature
rsyncbackup-2.0.1 features/spaced_file_names.feature
rsyncbackup-2.0.0 features/spaced_file_names.feature