allows('viewApiDocs'))->toBeTrue(); }); it('allows guests to open the api documentation', function () { $this->get(route('scramble.docs.ui'))->assertSuccessful(); }); it('serves the openapi document to guests', function () { $this->get(route('scramble.docs.document'))->assertSuccessful(); });