Commit c28e9491 authored by Walmyr Lima's avatar Walmyr Lima

Initialize milestone title if none is provided

This way, if the title is not relevant in the test, we save at
least one line of code.
parent 7aa2ccc5
......@@ -16,6 +16,10 @@ module QA
end
end
def initialize
@title = "project-milestone-#{SecureRandom.hex(8)}"
end
def resource_web_url(resource)
super
rescue ResourceURLMissingError
......
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