mirror of
https://github.com/funamitech/mastodon
synced 2024-12-15 23:28:31 +09:00
6038222aa7
turns out we can just reuse the code for announcement reactions.
6 lines
132 B
Ruby
6 lines
132 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe StatusReaction, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|