summaryrefslogtreecommitdiff
path: root/spec/views/projects/merge_requests/edit.html.haml_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use Project `:repository` trait where necessary in view specsRobert Speicher2017-03-271-2/+2
|
* Merge branch 'master' into revert-c676283bPhil Hughes2016-10-031-1/+1
|\
| * 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
* | Updated testsPhil Hughes2016-09-021-1/+4
|/
* Improve grammarKatarzyna Kobierska2016-08-301-2/+2
|
* Improve codeKatarzyna Kobierska2016-08-301-9/+21
|
* User can edit closed MR with deleted forkKatarzyna Kobierska2016-08-301-0/+41
Add test for closed MR without fork Add view test visibility of Reopen and Close buttons Fix controller tests and validation method Fix missing space Remove unused variables from test closed_without_fork? method refactoring Add information about missing fork When closed MR without fork can't edit target branch Tests for closed MR edit view Fix indentation and rebase, refactoring