mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 19:56:11 +01:00
Render notes using RedCloth without formatize
Removes the outdated bluecloth dependency
This commit is contained in:
parent
053e3fc8d6
commit
dc311221f1
10 changed files with 16 additions and 21 deletions
|
|
@ -746,7 +746,7 @@ class TodosControllerTest < ActionController::TestCase
|
|||
assert_select("div#notes_todo_#{todo.id}", "A normal description.")
|
||||
end
|
||||
|
||||
def test_format_note_markdown
|
||||
def test_format_note_textile
|
||||
login_as(:admin_user)
|
||||
todo = users(:admin_user).todos.first
|
||||
todo.notes = "A *bold description*."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue