summaryrefslogtreecommitdiff
path: root/spec/helpers/events_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Clean up EventsHelper specRobert Speicher2016-05-121-47/+48
|
* Fix two more failing specsRobert Speicher2015-08-251-3/+2
|
* Fix diff syntax highlightingStan Hu2015-08-101-1/+1
| | | | | | Refactored HTML parser to avoid duplication of newline parsing. Closes #2235
* Fix code preview theme setting for comments, issues, merge requests, and ↵Stan Hu2015-03-101-0/+12
| | | | | | | | | | snippets. Also preserve code preview color scheme in events dashboard. Assign default colors to all code blocks shown as <pre class="code highlight [color_scheme]"> Closes #1139
* Fixed testsStefan Tatschner2015-01-151-1/+2
|
* Improve dashboard note view and add testsVinnie Okada2014-10-121-0/+52
Update the `#first_line_in_markdown` method so that the first line of parsed text is displayed more reliably, and the continuation indicators ("...") are displayed in all cases where the note is truncated. Also add Rspec tests for `EventsHelper#event_note`.