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
$ 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