summaryrefslogtreecommitdiff
path: root/spec/views/dashboard/milestones/index.html.haml_spec.rb
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