summaryrefslogtreecommitdiff
path: root/spec/views/projects/notes
Commit message (Collapse)AuthorAgeFilesLines
* take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-4/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Pass more_actions_dropdown vie spec locals to render call instead of ↵Luke "Jared" Bennett2017-06-161-44/+15
| | | | stubbing them
* Add view spec for more_actions_dropdown render branchesLuke "Jared" Bennett2017-06-161-0/+70
|
* Support comments for personal snippetsJarka Kadlecova2017-05-051-36/+0
|
* Fix view specDouwe Maan2017-04-071-2/+2
|
* Change wording of MR comment boxmarkdown-slash-commands-textAnnabel Dunstone Gray2017-02-131-2/+2
|
* Upgrade Devise from 4.1.1 to 4.2.0.Connor Shea2016-09-271-1/+1
| | | | | | | | This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers. Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
* Add a view spec for projects/notes/_formRémy Coutable2016-09-201-0/+36
Signed-off-by: Rémy Coutable <remy@rymai.me>