summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/issuable_shared_examples.rb
Commit message (Collapse)AuthorAgeFilesLines
* Check issue milestone availabilityJarka Košanová2019-02-141-1/+1
| | | | | | | | | | Add project when creating milestone in specs We validate milestone is from the same project/parent group as issuable -> we need to set project in specs correctly Improve methods names and specs organization
* Enable fast task lists for merge requestsBrett Walker2019-02-071-0/+73
| | | | Allow single tasks to be updated quickly
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-0/+38
Signed-off-by: Rémy Coutable <remy@rymai.me>