Welcome to mirror list, hosted at ThFree Co, Russian Federation.

namespace_onboarding_action_spec.rb « models « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9dd82c0503299f09865acd57139ce43b4ec6b269 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe NamespaceOnboardingAction do
  it { is_expected.to belong_to :namespace }
end