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:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-06-01 12:23:09 +0300
committerZ.J. van de Weg <zegerjan@gitlab.com>2016-06-01 13:10:08 +0300
commit91a7b9333b660abc866e52e1a614151cb529413d (patch)
treec7ee15fd37e703229f6f197207304479251b5856 /spec/factories/award_emoji.rb
parentcbd7801b3d1d435a95ec70032c5acc9df33b0337 (diff)
Incorportate feedback
Diffstat (limited to 'spec/factories/award_emoji.rb')
-rw-r--r--spec/factories/award_emoji.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/factories/award_emoji.rb b/spec/factories/award_emoji.rb
index b09f8b0bc74..4b858df52c9 100644
--- a/spec/factories/award_emoji.rb
+++ b/spec/factories/award_emoji.rb
@@ -4,13 +4,7 @@ FactoryGirl.define do
user
awardable factory: :issue
- trait :thumbs_up
trait :upvote
-
- trait :thumbs_down do
- name "thumbsdown"
- end
-
trait :downvote do
name "thumbsdown"
end