aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/test/unit/comment_test.rb
blob: b6d6131a9690b1fa8b3bd6f758e6c7c19ba2c6dc (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class CommentTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end