diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-11 20:20:04 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-11 20:20:04 -0600 |
| commit | c28b7088b6fad045060a52b6e1a2249e876090e3 (patch) | |
| tree | a8fc26fd5365d4988d9206b32d94f51047cf0bcc /spec/integration | |
| parent | 19ca22e604f9bcdf6b25f973f81b2486b0dcb789 (diff) | |
refactor: extract domain model
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/server_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/integration/server_spec.rb b/spec/integration/server_spec.rb index 229203c..36cb81c 100644 --- a/spec/integration/server_spec.rb +++ b/spec/integration/server_spec.rb @@ -62,6 +62,10 @@ RSpec.describe "Server" do end end + describe "GET /authorize" do + pending + end + # https://datatracker.ietf.org/doc/html/rfc8693#section-2.3 describe "POST /token" do pending |
