summaryrefslogtreecommitdiff
path: root/spec/models/list_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Adjust tests to work with latest shoulda gemdz-update-shouldaDmitriy Zaporozhets2017-07-241-6/+0
* Change Done column to Closed in issue boardsblackst0ne2017-03-241-11/+11
* Remove backlog lists from boardsDouglas Barbosa Alexandre2017-02-031-35/+4
* Add a movable scope and a movable? method to List modelDouglas Barbosa Alexandre2016-08-171-0/+20
* Add a destroyable scope and a destroyable? method to List modelDouglas Barbosa Alexandre2016-08-171-0/+20
* Remove useless delegate method on List modelDouglas Barbosa Alexandre2016-08-171-4/+0
* Ensure that we have only one list per label per boardDouglas Barbosa Alexandre2016-08-171-0/+6
* Remove label_list factoryDouglas Barbosa Alexandre2016-08-171-1/+1
* The lists: Backlog, and Done cannot be destroyedDouglas Barbosa Alexandre2016-08-171-0/+21
* Title of a list is either the label name, or Backlog, or DoneDouglas Barbosa Alexandre2016-08-171-0/+24
* Order board lists by list_type, and positionDouglas Barbosa Alexandre2016-08-171-6/+8
* Add Board modelDouglas Barbosa Alexandre2016-08-171-0/+28