diff options
author | http://jneen.net/ <jneen@jneen.net> | 2016-06-22 12:53:58 -0700 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2016-06-27 14:17:49 -0700 |
commit | 66b37149eb72179e1b6329221b8a92e226e4e563 (patch) | |
tree | 1f1b9e12320bf54301964f0bc8f11b2970a9ea47 /spec/support | |
parent | e7b512efa65aebe26cd0240a4d077475c42761c1 (diff) | |
download | gitlab-ce-66b37149eb72179e1b6329221b8a92e226e4e563.tar.gz |
support cgi style options, such as erb?parent=json
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/test_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb index 8246be357a5..426bf53f198 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -17,7 +17,7 @@ module TestEnv "'test'" => 'e56497b', 'orphaned-branch' => '45127a9', 'binary-encoding' => '7b1cf43', - 'gitattributes' => '281d3a76' + 'gitattributes' => '5a62481', } # gitlab-test-fork is a fork of gitlab-fork, but we don't necessarily |