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

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

require 'spec_helper'

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