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

index.html.haml_spec.rb « milestones « groups « views « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40f175ebdc376c3f35e4c73dcd27bd943431a197 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe 'groups/milestones/index.html.haml' do
  it_behaves_like 'milestone empty states'
end