Skip to content

Commit

Permalink
test if /debug page is served
Browse files Browse the repository at this point in the history
  • Loading branch information
pjurewicz committed Mar 21, 2024
1 parent 5fba4c8 commit 3917801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby_event_store-browser/spec/web_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module RubyEventStore
specify { expect(web_client.get("/").content_type).to eq("text/html;charset=utf-8") }
specify { expect(web_client.post("/")).to be_not_found }
specify { expect(web_client.get("/streams/all")).to be_ok }
specify { expect(web_client.get("/debug")).to be_ok }
specify do
event_store.append(event = DummyEvent.new)
expect(web_client.get("/events/#{event.event_id}")).to be_ok
Expand Down

0 comments on commit 3917801

Please sign in to comment.