Add simple integration test to just run housekeeper
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181613 you can see it was easy to accidentally completely break housekeeper as there is no integration test for it. That kind of problem (missing a `require`) cannot be spotted by running RSpec because the order dependence of tests might (and did) mask the issue. Adding an integration test here is an easy way to reduce the risk of this happening again.
显示
- gems/gitlab-housekeeper/.gitlab-ci.yml 12 个添加, 0 个删除gems/gitlab-housekeeper/.gitlab-ci.yml
- gems/gitlab-housekeeper/README.md 1 个添加, 1 个删除gems/gitlab-housekeeper/README.md
- gems/gitlab-housekeeper/bin/gitlab-housekeeper 2 个添加, 0 个删除gems/gitlab-housekeeper/bin/gitlab-housekeeper
- gems/gitlab-housekeeper/spec/fixtures/pretty_useless_keep.rb 34 个添加, 0 个删除gems/gitlab-housekeeper/spec/fixtures/pretty_useless_keep.rb
想要评论请 注册 或 登录