diff options
Diffstat (limited to 'test/fixtures/packages.yml')
-rw-r--r-- | test/fixtures/packages.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test/fixtures/packages.yml b/test/fixtures/packages.yml deleted file mode 100644 index a1b44ba..0000000 --- a/test/fixtures/packages.yml +++ /dev/null @@ -1,19 +0,0 @@ -package_one: - my_type: vulnerable - atom: dev-lang/ruby - version: 1.8.7_p334 - comp: '<' - slot: '1.8' - arch: '*' - automatic: 1 - revision_id: 1 - -package_two: - my_type: unaffected - atom: dev-lang/ruby - version: 1.8.7_p334 - comp: '>=' - arch: '*' - slot: '1.8' - automatic: 1 - revision_id: 1 |