aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/functional/comments_controller_test.rb
blob: 2ec71b4ec5bf9f5cc256f71e90ac30994a8ef530 (plain) (blame)
1
2
3
4
5
6
7
require 'test_helper'

class CommentsControllerTest < ActionController::TestCase
  # test "the truth" do
  #   assert true
  # end
end