summaryrefslogtreecommitdiff
path: root/spec/models
diff options
context:
space:
mode:
authorconnorshea <connor.james.shea@gmail.com>2016-03-31 16:40:39 -0600
committerconnorshea <connor.james.shea@gmail.com>2016-03-31 17:09:36 -0600
commit85cc1729596ac1e5b31d8cfa1daa07477db6033d (patch)
tree1f65c29321f5f6f9f6875221b83bb30e8115b178 /spec/models
parent82539cff700931532b22b6a8e3d6832137fc5d55 (diff)
downloadgitlab-ce-85cc1729596ac1e5b31d8cfa1daa07477db6033d.tar.gz
Remove "Congratulations!" tweet button on newly-created project.
I’ve removed everything related to the feature based on this commit: ce08f919f34fd8849834365 Resolves #10857.
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/application_setting_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/application_setting_spec.rb b/spec/models/application_setting_spec.rb
index b1764d7ac09..520cf1b75de 100644
--- a/spec/models/application_setting_spec.rb
+++ b/spec/models/application_setting_spec.rb
@@ -12,7 +12,6 @@
# updated_at :datetime
# home_page_url :string(255)
# default_branch_protection :integer default(2)
-# twitter_sharing_enabled :boolean default(TRUE)
# restricted_visibility_levels :text
# version_check_enabled :boolean default(TRUE)
# max_attachment_size :integer default(10), not null