mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

$ bundle exec rspec ./spec/requests/cache_spec.rb

でいくつか落ちるな…

zunda

Ruby 3.3.2だけでなく3.3.1でも落ちるヨシ

$ bundle exec rspec ./spec/requests/cache_spec.rb
:
Finished in 25.7 seconds (files took 15.85 seconds to load)
253 examples, 5 failures

Failed examples:

rspec ./spec/requests/cache_spec.rb[1:2:10:1:1] # Caching behavior when logged in /api/v1/instance behaves like cachable response does not set cookies or set public cache control
rspec ./spec/requests/cache_spec.rb[1:2:8:1:1] # 同上 /api/v1/instance/rules behaves like cachable response does not set cookies or set public cache control
rspec ./spec/requests/cache_spec.rb[1:2:9:1:1] # 同上 /api/v1/instance/peers behaves like cachable response does not set cookies or set public cache control
rspec ./spec/requests/cache_spec.rb[1:2:11:1:1] # 同上 /api/v2/instance behaves like cachable response does not set cookies or set public cache control
rspec ./spec/requests/cache_spec.rb[1:2:7:1:1] # 同上 /api/v1/instance/extended_description behaves like cachable response does not set cookies or set public cache control
: