1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove extra newline from ActiveJob test template

This commit is contained in:
yuuji.yaginuma 2014-09-09 16:37:28 +09:00
parent c563656a48
commit ce39d735d0

View file

@ -2,7 +2,6 @@ require 'test_helper'
<% module_namespacing do -%>
class <%= class_name %>JobTest < ActiveJob::TestCase
# test "the truth" do
# assert true
# end