summaryrefslogtreecommitdiff
path: root/spec/support/taskable_shared_examples.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-108/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don’t count tasks that are not defined as list items correctlyJarka Kadlecova2017-01-251-0/+19
|
* fix nested tasks in ordered listJarka Kadlecova2017-01-241-0/+24
|
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-281-0/+6
| | | | | | fix issues pointed out in !6527 add task completion status feature to CHANGELOG
* Shorten task status phraseClement Ho2016-08-291-18/+45
|
* Change wording for task list summariesRobert Speicher2015-05-061-2/+2
|
* Update Taskable to use TaskListRobert Speicher2015-05-061-20/+10
|
* Correct usage of `subject` in specsRobert Speicher2015-04-161-1/+1
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-2/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Add specs for tasksVinnie Okada2014-10-051-0/+42
Add tests for the new task list functionality in the Markdown parser and in issues and merge requests.