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:
authorMarkus Koller <markus.koller.ext@siemens.com>2017-11-22 16:48:38 +0300
committerMarkus Koller <markus.koller.ext@siemens.com>2017-12-04 19:22:59 +0300
commitb8a393192529015bc2fa9d04c2782cf96e7ec896 (patch)
treefdf99629e27efe4b6ecfbe30228589eb22df0001 /spec/models/appearance_spec.rb
parent0f3f50d188e5c3f458d65b91765f080288cb06ab (diff)
Add custom brand text on new project pages
Diffstat (limited to 'spec/models/appearance_spec.rb')
-rw-r--r--spec/models/appearance_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/models/appearance_spec.rb b/spec/models/appearance_spec.rb
index 49f44525b29..56b5d616284 100644
--- a/spec/models/appearance_spec.rb
+++ b/spec/models/appearance_spec.rb
@@ -5,9 +5,6 @@ describe Appearance do
it { is_expected.to be_valid }
- it { is_expected.to validate_presence_of(:title) }
- it { is_expected.to validate_presence_of(:description) }
-
it { is_expected.to have_many(:uploads).dependent(:destroy) }
describe '.current', :use_clean_rails_memory_store_caching do