534a61179e
These are backend changes. Use Vue for the import feature UI for "githubish" providers (GitHub and Gitea). Add "Go to project" button after a successful import. Use CI-style status icons and improve spacing of the table and its component. Adds ETag polling to the github and gitea import jobs endpoint.
9 lines
216 B
Ruby
9 lines
216 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
describe NamespaceSerializer do
|
|
it 'represents NamespaceBasicEntity entities' do
|
|
expect(described_class.entity_class).to eq(NamespaceBasicEntity)
|
|
end
|
|
end
|