gitlab-org--gitlab-foss/spec/helpers
Alfredo Sumaran 35aca1dbcf Merge branch 'remove-heading-space-from-diff-content' into 'master'
Remove an extra leading space from diff paste data

## What does this MR do?

Remove an extra leading space from diff paste data.

## Are there points in the code the reviewer needs to double check?

I have checked the following three patterns.

* inline diff
* parallel diff
* blob preview

## Why was this MR needed?

Diff paste data contain an extra leading space.
So it need to remove an extra leading space manually from pasted diff data.

## Screenshots (if relevant)

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [ ] API support added
- Tests
  - [ ] Added for this feature/bug
  - [ ] All builds are passing
- [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

#14176

Closes #23899

See merge request !7133
2016-11-09 15:32:02 +00:00
..
application_helper_spec.rb Replace jQuery.timeago with timeago.js 2016-11-07 14:49:00 -06:00
auth_helper_spec.rb
blob_helper_spec.rb
broadcast_messages_helper_spec.rb
ci_status_helper_spec.rb
commits_helper_spec.rb
components_helper_spec.rb Use the Gitlab Workhorse HTTP header in the admin dashboard 2016-11-07 16:15:43 +01:00
diff_helper_spec.rb Remove an extra leading space from diff content 2016-11-04 14:05:49 +09:00
emails_helper_spec.rb
events_helper_spec.rb
form_helper_spec.rb
git_helper_spec.rb
gitlab_markdown_helper_spec.rb
gitlab_routing_helper_spec.rb
graph_helper_spec.rb
groups_helper_spec.rb
icons_helper_spec.rb
import_helper_spec.rb
issuables_helper_spec.rb
issues_helper_spec.rb
labels_helper_spec.rb
members_helper_spec.rb
merge_requests_helper_spec.rb
milestones_helper_spec.rb
notes_helper_spec.rb
notifications_helper_spec.rb
page_layout_helper_spec.rb
preferences_helper_spec.rb
projects_helper_spec.rb
runners_helper_spec.rb
search_helper_spec.rb
sidekiq_helper_spec.rb
submodule_helper_spec.rb
tab_helper_spec.rb
time_helper_spec.rb
tree_helper_spec.rb
visibility_level_helper_spec.rb