diff options
| author | Robert | 2017-10-19 20:45:50 +0200 | 
|---|---|---|
| committer | Robert | 2017-10-24 15:28:44 +0200 | 
| commit | d351eab8ceea2bc7609e800e62bfb90c000cff5c (patch) | |
| tree | f386dade385bc18706436b182150b1a9e8958718 /spec/support/random.rb | |
| parent | 7f3b2aa1a1c4a2e051e1b2d3d3b57ab646b01a44 (diff) | |
| download | chouette-core-d351eab8ceea2bc7609e800e62bfb90c000cff5c.tar.bz2 | |
Refs: #4633@0.5h; WorkbenchImportWorker implements message creation for spurious directories
  - Speced and implemented
Missing:
  - Exact message parameters (change key from xxx, how to add names of spurious directories)
Diffstat (limited to 'spec/support/random.rb')
| -rw-r--r-- | spec/support/random.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/support/random.rb b/spec/support/random.rb index 1d5d62ec8..0ebc2ee5e 100644 --- a/spec/support/random.rb +++ b/spec/support/random.rb @@ -25,7 +25,7 @@ module Support      def very_random(veryness=3, joiner: '-')        raise ArgumentError, 'not very random' unless veryness > 1 -      3.times.map{ SecureRandom.uuid }.join(joiner) +      veryness.times.map{ SecureRandom.uuid }.join(joiner)      end    end | 
