Add: #699 引用・参照対応サーバーをAPIで取得 #2885
Annotations
4 errors
Run bin/rspec:
spec/models/status_spec.rb#L478
Status.available_features_map unavailables if mastodon server
Failure/Error: expect(subject['mastodon.com']).to be false
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run bin/rspec:
spec/models/status_spec.rb#L482
Status.available_features_map availables if misskey server
Failure/Error: expect(subject['misskey.com']).to be true
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run bin/rspec:
spec/models/status_spec.rb#L474
Status.available_features_map availables if features contains emoji_reaction
Failure/Error: expect(subject['features_available.com']).to be true
NoMethodError:
undefined method `[]' for nil:NilClass
|
Run bin/rspec
Process completed with exit code 1.
|
Loading