mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 13:51:36 +01:00
c3d4a644cf
turns out we can just reuse the code for announcement reactions.
5 lines
132 B
Ruby
5 lines
132 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe StatusReaction, type: :model do
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|