debian-mirror-gitlab/spec/views/projects/milestones/index.html.haml_spec.rb
2022-06-21 17:19:12 +05:30

7 lines
157 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'projects/milestones/index.html.haml' do
it_behaves_like 'milestone empty states'
end