From 06e38dcf15cbb6a7204f108af203ff0863ed7605 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 17 Aug 2012 14:45:27 -0300 Subject: [PATCH] Fix indentation --- test/unit/comment_notifier_test.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/unit/comment_notifier_test.rb b/test/unit/comment_notifier_test.rb index 491f44a..5d318fa 100644 --- a/test/unit/comment_notifier_test.rb +++ b/test/unit/comment_notifier_test.rb @@ -83,15 +83,15 @@ class CommentNotifierTest < ActiveSupport::TestCase private def create_comment_and_notify(args) - Comment!.create(args) + Comment.create!(args) end - def read_fixture(action) - IO.readlines("#{FIXTURES_PATH}/mail_sender/#{action}") - end + def read_fixture(action) + IO.readlines("#{FIXTURES_PATH}/mail_sender/#{action}") + end - def encode(subject) - quoted_printable(subject, CHARSET) - end + def encode(subject) + quoted_printable(subject, CHARSET) + end end -- libgit2 0.21.2