summaryrefslogtreecommitdiff
path: root/spec/models/protected_branch_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-08-29 02:05:08 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-08-29 10:44:34 -0400
commit9e7d77cece06e48ac0f44ee808976ec6dcbff81d (patch)
tree533c6c7ae53e0fabba35aefda287075d608760f0 /spec/models/protected_branch_spec.rb
parent9d4d40deed5ea649511f3aadd45b3da68c7c3217 (diff)
downloadgitlab-ce-9e7d77cece06e48ac0f44ee808976ec6dcbff81d.tar.gz
Remove annotations from specs
Diffstat (limited to 'spec/models/protected_branch_spec.rb')
-rw-r--r--spec/models/protected_branch_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/models/protected_branch_spec.rb b/spec/models/protected_branch_spec.rb
index 1654e3b6f56..77a214ffed2 100644
--- a/spec/models/protected_branch_spec.rb
+++ b/spec/models/protected_branch_spec.rb
@@ -1,14 +1,3 @@
-# == Schema Information
-#
-# Table name: protected_branches
-#
-# id :integer(4) not null, primary key
-# project_id :integer(4) not null
-# name :string(255) not null
-# created_at :datetime not null
-# updated_at :datetime not null
-#
-
require 'spec_helper'
describe ProtectedBranch do