summaryrefslogtreecommitdiff
path: root/spec/models/todo_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor `Todo#target`Douglas Barbosa Alexandre2016-03-181-7/+17
|
* Rename `Todo#to_reference` to `Todo#target_reference`Douglas Barbosa Alexandre2016-03-181-3/+3
| | | | Since we're not actually returning a todo reference.
* Use `Commit#short_id` instead of `Commit.truncate_sha`Douglas Barbosa Alexandre2016-03-181-1/+3
|
* Update schema info comment on todo related filesDouglas Barbosa Alexandre2016-03-181-2/+3
|
* Use todo.done without ! in the controller to mark todo as doneDouglas Barbosa Alexandre2016-03-181-3/+3
|
* Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-1/+61
|
* Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre2016-02-231-0/+69