summaryrefslogtreecommitdiff
path: root/spec/models/system_hook_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/system_hook_spec.rb')
-rw-r--r--spec/models/system_hook_spec.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/models/system_hook_spec.rb b/spec/models/system_hook_spec.rb
index 6a0d99dcc53..73144397301 100644
--- a/spec/models/system_hook_spec.rb
+++ b/spec/models/system_hook_spec.rb
@@ -5,13 +5,14 @@
# id :integer not null, primary key
# url :string(255)
# project_id :integer
-# created_at :datetime not null
-# updated_at :datetime not null
+# created_at :datetime
+# updated_at :datetime
# type :string(255) default("ProjectHook")
# service_id :integer
# push_events :boolean default(TRUE), not null
# issues_events :boolean default(FALSE), not null
# merge_requests_events :boolean default(FALSE), not null
+# tag_push_events :boolean default(FALSE)
#
require "spec_helper"