Commit a73f85d8 authored by Walmyr Lima's avatar Walmyr Lima

Do not define milestone tile when not needed

parent c28e9491
...@@ -7,7 +7,6 @@ module QA ...@@ -7,7 +7,6 @@ module QA
let(:milestone) do let(:milestone) do
QA::EE::Resource::ProjectMilestone.fabricate_via_api! do |m| QA::EE::Resource::ProjectMilestone.fabricate_via_api! do |m|
m.title = 'v1'
m.start_date = current_date_yyyy_mm_dd m.start_date = current_date_yyyy_mm_dd
m.due_date = next_month_yyyy_mm_dd m.due_date = next_month_yyyy_mm_dd
end end
......
...@@ -8,9 +8,7 @@ module QA ...@@ -8,9 +8,7 @@ module QA
end end
let(:milestone) do let(:milestone) do
QA::EE::Resource::ProjectMilestone.fabricate_via_api! do |m| QA::EE::Resource::ProjectMilestone.fabricate_via_api!
m.title = 'the-fellowship-of-the-ring'
end
end end
let(:weight) { 1000 } let(:weight) { 1000 }
......
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