summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/boards/lists_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-5/+5
* Fix spec for Projects::Boards::ListsControllerDouglas Barbosa Alexandre2017-02-031-1/+1
* Update board specs to use board factory instead of project_with_boardDouglas Barbosa Alexandre2016-10-111-2/+2
* Fix rubocop offensesDouglas Barbosa Alexandre2016-10-111-1/+1
* Update endpoints to handle with board list changesDouglas Barbosa Alexandre2016-10-111-26/+31
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-3/+0
* Merge branch 'refactor/add-policies' into 'master' Robert Speicher2016-08-311-2/+2
|\
| * remove Ability.abilitieshttp://jneen.net/2016-08-301-2/+2
* | Fix issue boards leak private label names and descriptionsDouglas Barbosa Alexandre2016-08-291-15/+24
|/
* Move the set up of the state described in context to a before blockDouglas Barbosa Alexandre2016-08-171-5/+9
* Remove # from controller actions specsDouglas Barbosa Alexandre2016-08-171-5/+5
* Fix matcher `match_response_schema`Douglas Barbosa Alexandre2016-08-171-2/+2
* Move action to render board lists to `Projects::Boards::ListsController`Douglas Barbosa Alexandre2016-08-171-0/+40
* Move board related controllers to the `Boards` namespaceDouglas Barbosa Alexandre2016-08-171-0/+197