Commit 01cf474fa1be16f1d342963829c775a4cb8a848b

Authored by Dmitriy Zaporozhets
1 parent 3c4689c2

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 42 add_repository: true,
43 43 mv_repository: true,
44 44 remove_repository: true,
  45 + update_repository_head: true,
45 46 add_key: true,
46 47 remove_key: true
47 48 )
... ...