diff options
author | Phil Hughes <me@iamphill.com> | 2017-04-11 21:25:10 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-04-11 21:25:10 +0100 |
commit | bf5248ac28bf817344a8b1b4feda744a0832d32d (patch) | |
tree | 30bf3bf7d944f81f173c9d3a92db850b66b68556 /spec/support/test_env.rb | |
parent | 310495575db81bf9a3a3afaee6f19a4a2639b8d8 (diff) | |
download | gitlab-ce-bf5248ac28bf817344a8b1b4feda744a0832d32d.tar.gz |
Pull in fixture files from the repo
Diffstat (limited to 'spec/support/test_env.rb')
-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 1b5cb71a6b0..af1defb5a2e 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -38,7 +38,8 @@ module TestEnv 'deleted-image-test' => '6c17798', 'wip' => 'b9238ee', 'csv' => '3dd0896', - 'v1.1.0' => 'b83d6e3' + 'v1.1.0' => 'b83d6e3', + 'add-ipython-files' => '6d85bb69' }.freeze # gitlab-test-fork is a fork of gitlab-fork, but we don't necessarily |