require "test_helper"

class WebmentionsControllerTest < ActionDispatch::IntegrationTest
  test "should get create" do
    get webmentions_create_url
    assert_response :success
  end
end