Improved code layout.

This commit is contained in:
Martin Edenhofer 2015-01-02 16:48:28 +01:00
parent 84b9429c5a
commit ca6f3a806b
3 changed files with 246 additions and 246 deletions

View file

@ -45,7 +45,7 @@ class TicketTest < ActiveSupport::TestCase
# create note article
article_note = Ticket::Article.create(
:ticket_id => ticket.id,
:from => 'some persion',
:from => 'some person',
:subject => 'some note',
:body => 'some message',
:internal => true,