summaryrefslogtreecommitdiff
path: root/spec/views/projects/milestones/index.html.haml_spec.rb
blob: f8117a71310f23bd27e35253b295708be9d82eb6 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

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