gitlab-org--gitlab-foss/spec/workers
Yorick Peterse 68a4c98f50 Cache output of Repository#exists?
This caches the output of Repository#exists? in Redis while making sure
it's flushed properly when creating new repositories, deleting them,
etc.

For the ProjectWiki tests to work I had to make ProjectWiki#create_repo!
public as testing private methods in RSpec is a bit of a pain.
2016-03-19 21:54:08 +01:00
..
build_email_worker_spec.rb
delete_user_worker_spec.rb Specs for the DeleteUserService 2016-03-15 22:19:51 +01:00
email_receiver_worker_spec.rb
emails_on_push_worker_spec.rb
merge_worker_spec.rb
post_receive_spec.rb web hooks to webhooks 2016-03-10 14:48:29 -05:00
repository_fork_worker_spec.rb Cache output of Repository#exists? 2016-03-19 21:54:08 +01:00
repository_import_worker_spec.rb
stuck_ci_builds_worker_spec.rb