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

Mastodonの近頃のmain 8603a075049a9e903b05e2370cf4c5ebfda1e703ではちゃんとspec通るね

$ ruby --version
ruby 3.0.3p157 (2021-11-24 revision 3fb7d2cadc) [x86_64-linux]
$ bundle exec rspec
:
23 deprecation warnings total

Finished in 7 minutes 1 second (files took 8.12 seconds to load)
3332 examples, 0 failures, 25 pending

Randomized with seed 10673
Coverage report generated for RSpec to /home/zunda/c/src/github.com/zunda/mastodon/coverage. 15411 / 23907 LOC (64.46%) covered.

弊ぼっちのブランチ…これはすまんかった。

PG::UndefinedTable:
ERROR: relation "account_identity_proofs" does not exist
LINE 8: WHERE a.attrelid = '"account_identity_proofs"'::regclass

zunda

$ bundle exec rails db:migrate

じゃ復活しないんだねえ…

$ export RAILS_ENV=test
$ rake db:migrate:reset db:test:prepare
で復活したのかな?

db/schema.rbが正しいっぽく変化しておる…

弊ぼっちのブランチでもspec通った!!

$ ruby --version
ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x86_64-linux]
$ bundle exec rspec
:
Finished in 7 minutes 10 seconds (files took 8.91 seconds to load)
3365 examples, 0 failures, 25 pending