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