summaryrefslogtreecommitdiff
path: root/spec/models/project_services
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:31:04 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 13:50:18 +0200
commit1b1a79911a79b098a53adc527bafbafc920716e1 (patch)
tree56dcc14b02d4a27932fc8a1b28609973c3367a43 /spec/models/project_services
parent574e71ce3eda70add20b27ccd935e07186a5d7b0 (diff)
downloadgitlab-ci-annotations.tar.gz
Update annotationsannotations
Diffstat (limited to 'spec/models/project_services')
-rw-r--r--spec/models/project_services/hip_chat_service_spec.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/models/project_services/hip_chat_service_spec.rb b/spec/models/project_services/hip_chat_service_spec.rb
index 5642221..37ce490 100644
--- a/spec/models/project_services/hip_chat_service_spec.rb
+++ b/spec/models/project_services/hip_chat_service_spec.rb
@@ -1,3 +1,17 @@
+# == Schema Information
+#
+# Table name: services
+#
+# id :integer not null, primary key
+# type :string(255)
+# title :string(255)
+# project_id :integer not null
+# created_at :datetime
+# updated_at :datetime
+# active :boolean default(FALSE), not null
+# properties :text
+#
+
require 'spec_helper'