Skip to content

Commit 239c198

Browse files
Fix two typos.
git-svn-id: https://svn.redmine.org/redmine/trunk@21597 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent b5673a0 commit 239c198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/attachments_controller_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def test_show_text_file_should_show_other_if_too_big
209209
end
210210
end
211211

212-
def test_show_text_file_formated_markdown
212+
def test_show_text_file_formatted_markdown
213213
set_tmp_attachments_directory
214214
a = Attachment.new(:container => Issue.find(1),
215215
:file => uploaded_test_file('testfile.md', 'text/plain'),
@@ -222,7 +222,7 @@ def test_show_text_file_formated_markdown
222222
assert_select 'div.wiki', :html => "<h1>Header 1</h1>\n\n<h2>Header 2</h2>\n\n<h3>Header 3</h3>"
223223
end
224224

225-
def test_show_text_file_fromated_textile
225+
def test_show_text_file_formatted_textile
226226
set_tmp_attachments_directory
227227
a = Attachment.new(:container => Issue.find(1),
228228
:file => uploaded_test_file('testfile.textile', 'text/plain'),

0 commit comments

Comments
 (0)