diff options
author | http://jneen.net/ <jneen@jneen.net> | 2016-06-16 11:07:22 -0700 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2016-06-27 14:17:49 -0700 |
commit | cd9bea770bd8a1e4b6590ba93a15f4ff75529f11 (patch) | |
tree | 69a0fcb6734236cd618c8022fc51793cfa4bbe8b /spec/support | |
parent | 8d24ca157dc88b773b05ac084ab9edbf2b90dd39 (diff) | |
download | gitlab-ce-cd9bea770bd8a1e4b6590ba93a15f4ff75529f11.tar.gz |
fix the spec, using project.change_head
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/test_env.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb index 498bd4bf800..8246be357a5 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -17,6 +17,7 @@ module TestEnv "'test'" => 'e56497b', 'orphaned-branch' => '45127a9', 'binary-encoding' => '7b1cf43', + 'gitattributes' => '281d3a76' } # gitlab-test-fork is a fork of gitlab-fork, but we don't necessarily |