Commit 01cf474fa1be16f1d342963829c775a4cb8a848b
1 parent
3c4689c2
Exists in
master
and in
4 other branches
Fix spinach test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
spec/support/test_env.rb
| @@ -42,6 +42,7 @@ module TestEnv | @@ -42,6 +42,7 @@ module TestEnv | ||
| 42 | add_repository: true, | 42 | add_repository: true, |
| 43 | mv_repository: true, | 43 | mv_repository: true, |
| 44 | remove_repository: true, | 44 | remove_repository: true, |
| 45 | + update_repository_head: true, | ||
| 45 | add_key: true, | 46 | add_key: true, |
| 46 | remove_key: true | 47 | remove_key: true |
| 47 | ) | 48 | ) |