summaryrefslogtreecommitdiff
path: root/help/test/unit/ticket_comment_test.rb
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2013-11-18 12:03:06 -0800
committerazul <azul@riseup.net>2013-11-18 12:03:06 -0800
commitd2eaffde87286c0cc9c0658503a60706759f7f51 (patch)
treefeb272583ca7d4d98eb3f53e0767586d83493a8c /help/test/unit/ticket_comment_test.rb
parent7a107e0d38271e7103d3494e06d52f3434022f22 (diff)
parenteca6caac21254c72b512c0bc9b3514b544396c7c (diff)
Merge pull request #114 from jessib/feature/rename_ticket_title_to_subject
Feature/rename ticket title to subject
Diffstat (limited to 'help/test/unit/ticket_comment_test.rb')
-rw-r--r--help/test/unit/ticket_comment_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/test/unit/ticket_comment_test.rb b/help/test/unit/ticket_comment_test.rb
index 44865ed..fe8cc95 100644
--- a/help/test/unit/ticket_comment_test.rb
+++ b/help/test/unit/ticket_comment_test.rb
@@ -36,7 +36,7 @@ class TicketCommentTest < ActiveSupport::TestCase
=end
test "add comments" do
- testticket = Ticket.create :title => "testing"
+ testticket = Ticket.create :subject => "testing"
assert_equal testticket.comments.count, 0
comment = TicketComment.new :body => "my email broke"
#assert comment.valid? #validating or saving necessary for setting posted_at