diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/fixtures/scores.yml | 2 | ||||
| -rw-r--r-- | test/fixtures/tartiflettes.yml | 2 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/test/fixtures/scores.yml b/test/fixtures/scores.yml index b71217b..cfebe7a 100644 --- a/test/fixtures/scores.yml +++ b/test/fixtures/scores.yml @@ -4,8 +4,10 @@ one:    tartiflette: one    scoring_criterium: one    value: 1 +  session_id: <%= SecureRandom.uuid %>  two:    tartiflette: two    scoring_criterium: two    value: 2 +  session_id: <%= SecureRandom.uuid %> diff --git a/test/fixtures/tartiflettes.yml b/test/fixtures/tartiflettes.yml index ad75608..ec1af7b 100644 --- a/test/fixtures/tartiflettes.yml +++ b/test/fixtures/tartiflettes.yml @@ -2,6 +2,8 @@  one:    scoring_id: 1 +  name: Tartiflette One  two:    scoring_id: 2 +  name: Tartiflette Two | 
