about summary refs log tree commit diff stats
path: root/test/controllers/comments_controller_test.rb
blob: 3bcb0dc5409ca5537f22714b85c78eaa5cc0e98f (plain) (blame)
1
2
3
4
5
6
7
8
require "test_helper"

class CommentsControllerTest < ActionDispatch::IntegrationTest
  test "should get create" do
    get comments_create_url
    assert_response :success
  end
end