Add stub of alerts route

This commit is contained in:
2025-10-08 00:07:53 -07:00
parent 6b5d069729
commit 8937ca9fc9
4 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
require 'rails_helper'
RSpec.describe "Api::V1::Parks::Alerts", type: :request do
describe "GET /parks/:code/alerts" do
pending "add some examples (or delete) #{__FILE__}"
end
end