Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-05-11 12:41:36 +0300
committerBob Van Landuyt <bob@gitlab.com>2017-05-15 15:27:01 +0300
commitcac7e03fa1cb39a685bcde87d4d67fb17c4f48f2 (patch)
treed92728e5704a9409a372aff7a8f22b32c436caf3 /spec/factories/project_hooks.rb
parent6c6d2bf047f8694e8b58db0feea6a3f320c372de (diff)
Rename `build_events` to `job_events` in code
Diffstat (limited to 'spec/factories/project_hooks.rb')
-rw-r--r--spec/factories/project_hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/project_hooks.rb b/spec/factories/project_hooks.rb
index 0210e871a63..cd754ea235f 100644
--- a/spec/factories/project_hooks.rb
+++ b/spec/factories/project_hooks.rb
@@ -14,7 +14,7 @@ FactoryGirl.define do
issues_events true
confidential_issues_events true
note_events true
- build_events true
+ job_events true
pipeline_events true
wiki_page_events true
end