summaryrefslogtreecommitdiff
path: root/spec/features/markdown_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix setup/teardown for Markdown feature specrs-markdown-feature-pipelinesRobert Speicher2015-07-291-16/+9
| | | | Prior, CI seemed to be freezing after running these specs.
* Update Markdown feature to allow for multiple pipelinesRobert Speicher2015-07-281-163/+53
|
* Move MarkdownFeature to its own support fileRobert Speicher2015-07-281-115/+0
| | | | | This file's about to get much bigger and this removes some of the extra noise.
* Break up SanitizationFilter feature specsRobert Speicher2015-07-281-16/+37
|
* Use aggregate_failures where appropriateRobert Speicher2015-07-281-34/+53
|
* Minor Markdown feature spec reorganizationRobert Speicher2015-07-281-46/+47
|
* Simplify AutolinkFilter specsRobert Speicher2015-07-281-16/+12
|
* Add `feature` tag to feature specsRobert Speicher2015-07-061-1/+1
| | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
* Add feature specs for Project and Group description renderingRobert Speicher2015-06-021-0/+2
|
* Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-1/+13
| | | | Forces a `rel="nofollow"` attribute on all external links.
* Add a note about the commented-out test in Markdown FeatureRobert Speicher2015-05-261-0/+4
|
* Use to_reference in Markdown feature specRobert Speicher2015-05-261-11/+6
|
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-14/+14
|
* Merge branch 'rs-task_list' into 'master'Dmitriy Zaporozhets2015-05-081-3/+12
|\ | | | | | | | | | | | | | | | | | | Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599
| * Add TaskList to Markdown feature specRobert Speicher2015-05-061-3/+12
| |
* | Fix Markdown feature specRobert Speicher2015-05-061-2/+2
| |
* | Add Markdown feature specs for markup inside linksrs-issue-1348Robert Speicher2015-05-061-0/+13
|/ | | | | It was already working, just want to make sure we don't break it in the future.
* Autolink short URLsRobert Speicher2015-04-301-3/+1
|
* Add a feature spec for our entire Markdown parsing stackRobert Speicher2015-04-301-0/+393