diff options
author | Ethan Koenig <etk39@cornell.edu> | 2017-05-11 11:32:43 -0400 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-05-11 23:32:43 +0800 |
commit | 251fb935ff39520482a5436b19bc04352ea25db7 (patch) | |
tree | ffbd8d05abbc4354d499741c7aa22d9a48230121 /models | |
parent | ddb63a789737a7b0ffa11693c6160c195de5d2dc (diff) | |
download | gitea-251fb935ff39520482a5436b19bc04352ea25db7.tar.gz gitea-251fb935ff39520482a5436b19bc04352ea25db7.zip |
Don't recreate database in integration tests (#1697)
Diffstat (limited to 'models')
-rw-r--r-- | models/fixtures/protected_branch.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/fixtures/protected_branch.yml b/models/fixtures/protected_branch.yml new file mode 100644 index 0000000000..ca780a73aa --- /dev/null +++ b/models/fixtures/protected_branch.yml @@ -0,0 +1 @@ +[] # empty |