diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-02 07:35:49 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-02 07:35:49 +0000 |
commit | 54beb93ac30371c978d80b03a8e0c386ca75fdb5 (patch) | |
tree | 092ced9ac8be0fd65c9bcde947bf26b3443bb11d /spec/support | |
parent | 8100f9686dcd729f42d14e86cb9b36b403e036ac (diff) | |
parent | 9f3985c6133507ac721abbb4c19049656008ec68 (diff) | |
download | gitlab-ce-54beb93ac30371c978d80b03a8e0c386ca75fdb5.tar.gz |
Merge branch 'pdflab-in-repo' into 'master'
Move PDFLab assets into repo
See merge request !10642
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/test_env.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb index 5c8ee8d62f5..0b3c6169c9b 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -39,7 +39,8 @@ module TestEnv 'wip' => 'b9238ee', 'csv' => '3dd0896', 'v1.1.0' => 'b83d6e3', - 'add-ipython-files' => '6d85bb69' + 'add-ipython-files' => '6d85bb69', + 'add-pdf-file' => 'e774ebd3' }.freeze # gitlab-test-fork is a fork of gitlab-fork, but we don't necessarily |