Commit c67541ce authored by Rémy Coutable's avatar Rémy Coutable

[EE] Reduce diff with CE in spec/models/milestone_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 1e213668
# frozen_string_literal: true
require 'spec_helper'
describe Milestone do
describe "Associations" do
it { is_expected.to have_many(:boards) }
end
end
......@@ -42,8 +42,6 @@ describe Milestone do
describe "Associations" do
it { is_expected.to belong_to(:project) }
it { is_expected.to have_many(:boards) }
it { is_expected.to have_many(:issues) }
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment