Commit 9dd9a9ae authored by Desiree Chevalier's avatar Desiree Chevalier

Refactor epic milestone e2e

parent 158e643f
...@@ -15,7 +15,11 @@ module QA ...@@ -15,7 +15,11 @@ module QA
:due_date_is_fixed, :due_date_is_fixed,
:due_date_fixed, :due_date_fixed,
:confidential, :confidential,
:author :author,
:start_date,
:due_date,
:start_date_from_milestones,
:due_date_from_milestones
attribute :group do attribute :group do
QA::Resource::Group.fabricate! QA::Resource::Group.fabricate!
......
...@@ -20,6 +20,10 @@ module QA ...@@ -20,6 +20,10 @@ module QA
@description = "My awesome project milestone." @description = "My awesome project milestone."
end end
def api_delete_path
"/projects/#{project.id}/milestones/#{id}"
end
def api_get_path def api_get_path
"/projects/#{project.id}/milestones/#{id}" "/projects/#{project.id}/milestones/#{id}"
end 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