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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-09 03:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-09 03:09:11 +0300
commitf44bf01f69a491d4dfca8d631b390371bd0eec7a (patch)
tree873c673d96a75212485d5bfe808451798f6134fa /spec/serializers/fork_namespace_serializer_spec.rb
parent83fc2f3dc81052cad76addb44726876ba1d0f156 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers/fork_namespace_serializer_spec.rb')
-rw-r--r--spec/serializers/fork_namespace_serializer_spec.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/serializers/fork_namespace_serializer_spec.rb b/spec/serializers/fork_namespace_serializer_spec.rb
new file mode 100644
index 00000000000..6793b900af6
--- /dev/null
+++ b/spec/serializers/fork_namespace_serializer_spec.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe ForkNamespaceSerializer do
+ it 'represents ForkNamespaceEntity entities' do
+ expect(described_class.entity_class).to eq(ForkNamespaceEntity)
+ end
+end