File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ def test_show_text_file_should_show_other_if_too_big
209
209
end
210
210
end
211
211
212
- def test_show_text_file_formated_markdown
212
+ def test_show_text_file_formatted_markdown
213
213
set_tmp_attachments_directory
214
214
a = Attachment . new ( :container => Issue . find ( 1 ) ,
215
215
:file => uploaded_test_file ( 'testfile.md' , 'text/plain' ) ,
@@ -222,7 +222,7 @@ def test_show_text_file_formated_markdown
222
222
assert_select 'div.wiki' , :html => "<h1>Header 1</h1>\n \n <h2>Header 2</h2>\n \n <h3>Header 3</h3>"
223
223
end
224
224
225
- def test_show_text_file_fromated_textile
225
+ def test_show_text_file_formatted_textile
226
226
set_tmp_attachments_directory
227
227
a = Attachment . new ( :container => Issue . find ( 1 ) ,
228
228
:file => uploaded_test_file ( 'testfile.textile' , 'text/plain' ) ,
You can’t perform that action at this time.
0 commit comments