Files
puzzle-scoreboard/spec/requests/events_spec.rb
sto 35b304d913
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
Events: initial implementation
2026-07-26 14:01:29 +02:00

8 lines
160 B
Ruby

require 'rails_helper'
RSpec.describe "Events", type: :request do
describe "GET /index" do
pending "add some examples (or delete) #{__FILE__}"
end
end